Skip to content

Commit

Permalink
fix: added password as a field type
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Oct 16, 2023
1 parent 88ebcaf commit 975f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchInput.types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const fieldType = ['search', 'text'] as const
export const fieldType = ['search', 'text', 'password'] as const

export type FieldType = (typeof fieldType)[number]

0 comments on commit 975f540

Please sign in to comment.