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:
Etienne
2025-10-07 18:20:33 +02:00
committed by GitHub
parent 94a1cfad83
commit f037e92dfa
2 changed files with 10 additions and 8 deletions
@@ -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>,