Disable changing label identifier for standard objects (#13593)

Fixes https://github.com/twentyhq/core-team-issues/issues/994
This commit is contained in:
Félix Malfait
2025-08-04 14:43:56 +02:00
committed by GitHub
parent ae17640fbc
commit 86f813c26d
@@ -134,6 +134,7 @@ export const SettingsDataModelObjectIdentifiersForm = ({
options={options}
value={value}
withSearchInput={label === t`Record label`}
disabled={!objectMetadataItem.isCustom}
callToActionButton={
label === t`Record label`
? {