fix workflow chips not clickable (#11767)

bug introduced in this PR https://github.com/twentyhq/twenty/pull/1174
This commit is contained in:
Etienne
2025-04-28 15:30:26 +02:00
committed by GitHub
parent 14afa57699
commit 2586d0ec4f
8 changed files with 21 additions and 13 deletions

View File

@ -153,7 +153,8 @@ export const SettingsDataModelFieldPreview = ({
},
defaultValue: fieldMetadataItem.defaultValue,
},
isReadOnly: true,
isReadOnly: false,
disableChipClick: true,
}}
>
{fieldMetadataItem.type === FieldMetadataType.BOOLEAN ? (