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:
Jeet Desai
2024-02-14 03:54:21 +05:30
committed by GitHub
parent 8d06d37f73
commit 47d7e19570
5 changed files with 5 additions and 119 deletions

View File

@ -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;