Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbordeau committed Oct 10, 2024
1 parent dc0cb79 commit 84ee3f8
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ const meta: Meta<typeof MultipleFiltersDropdownButton> = {
fieldName: 'text',
},
} as ColumnDefinition<any>,
{
fieldMetadataId: '2',
iconName: 'Icon123',
label: 'Email',
type: FieldMetadataType.Email,
isVisible: true,
metadata: {
fieldName: 'email',
},
} as ColumnDefinition<any>,
{
fieldMetadataId: '3',
iconName: 'IconNumber',
Expand Down Expand Up @@ -84,12 +74,6 @@ const meta: Meta<typeof MultipleFiltersDropdownButton> = {
label: 'Text',
type: FieldMetadataType.Text,
},
{
fieldMetadataId: '2',
iconName: 'Icon123',
label: 'Email',
type: FieldMetadataType.Emails,
},
{
fieldMetadataId: '3',
iconName: 'IconNumber',
Expand Down

0 comments on commit 84ee3f8

Please sign in to comment.