[Fix] Custom object icon update (#8762)
This commit is contained in:
@ -109,6 +109,7 @@ export const SettingsDataModelObjectAboutForm = ({
|
||||
watch('nameSingular');
|
||||
watch('namePlural');
|
||||
watch('description');
|
||||
watch('icon');
|
||||
const apiNameTooltipText = isLabelSyncedWithName
|
||||
? 'Deactivate "Synchronize Objects Labels and API Names" to set a custom API name'
|
||||
: 'Input must be in camel case and cannot start with a number';
|
||||
|
||||
Reference in New Issue
Block a user