Skip to content

Commit

Permalink
fix ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Jun 24, 2024
1 parent 931ae8c commit 99eede8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type ValidInputs =
| typeof EmojiPickerButtonDropdown
| typeof ListValuesSelector;

type ValueTypeKey = 'string' | 'boolean' | 'date' | 'country';
type ValueTypeKey = 'string' | 'boolean' | 'date' | 'country' | 'reportFields';
type ValueTypeMap = {
string: string;
boolean: boolean;
Expand Down

0 comments on commit 99eede8

Please sign in to comment.