fix incorrect data in sample export (#14933)
fixes https://github.com/twentyhq/twenty/issues/14928 introduced by https://github.com/twentyhq/twenty/pull/14347
This commit is contained in:
+3
-3
@@ -53,9 +53,9 @@ export const SETTINGS_NON_COMPOSITE_FIELD_TYPE_CONFIGS: SettingsNonCompositeFiel
|
||||
label: 'Unique ID',
|
||||
Icon: IllustrationIconUid,
|
||||
exampleValues: [
|
||||
'00000000-0000-0000-0000-000000000000',
|
||||
'00000000-0000-0000-0000-000000000001',
|
||||
'00000000-0000-0000-0000-000000000002',
|
||||
'00000000-0000-4000-8000-000000000000',
|
||||
'00000000-0000-4000-8000-000000000001',
|
||||
'00000000-0000-4000-8000-000000000003',
|
||||
],
|
||||
category: 'Advanced',
|
||||
} as const satisfies SettingsFieldTypeConfig<FieldUUidValue>,
|
||||
|
||||
Reference in New Issue
Block a user