Update custom object placeholder (#3876)
* #3874 update custom object placeholder * #3876 removed object-edit folder and file * #3833 update loading image * remove image file
This commit is contained in:
@ -24,7 +24,7 @@ export const SettingsNewObject = () => {
|
||||
icon: string;
|
||||
labelPlural: string;
|
||||
labelSingular: string;
|
||||
}>({ icon: 'IconPigMoney', labelPlural: '', labelSingular: '' });
|
||||
}>({ icon: 'IconListNumbers', labelPlural: '', labelSingular: '' });
|
||||
|
||||
const canSave =
|
||||
!!customFormValues.labelPlural && !!customFormValues.labelSingular;
|
||||
|
||||
Reference in New Issue
Block a user