fix workflow chips not clickable (#11767)
bug introduced in this PR https://github.com/twentyhq/twenty/pull/1174
This commit is contained in:
@ -153,7 +153,8 @@ export const SettingsDataModelFieldPreview = ({
|
||||
},
|
||||
defaultValue: fieldMetadataItem.defaultValue,
|
||||
},
|
||||
isReadOnly: true,
|
||||
isReadOnly: false,
|
||||
disableChipClick: true,
|
||||
}}
|
||||
>
|
||||
{fieldMetadataItem.type === FieldMetadataType.BOOLEAN ? (
|
||||
|
||||
Reference in New Issue
Block a user