4778 multi select field front implement multi select type (#4887)

This commit is contained in:
martmull
2024-04-11 12:57:08 +02:00
committed by GitHub
parent aecf8783a0
commit a7fcc5d47e
42 changed files with 698 additions and 254 deletions

View File

@ -11,6 +11,7 @@ import {
IconPhone,
IconRelationManyToMany,
IconTag,
IconTags,
IconTextSize,
IconUser,
} from 'twenty-ui';
@ -75,8 +76,8 @@ export const SETTINGS_FIELD_TYPE_CONFIGS: Record<
Icon: IconTag,
},
[FieldMetadataType.MultiSelect]: {
label: 'MultiSelect',
Icon: IconTag,
label: 'Multi-select',
Icon: IconTags,
},
[FieldMetadataType.Currency]: {
label: 'Currency',