Fix issues post merge

This commit is contained in:
Charles Bochet
2023-11-17 22:59:10 +01:00
parent a8b6edd4a8
commit e72917c69c
5 changed files with 27 additions and 100 deletions

View File

@ -65,7 +65,7 @@ export const SettingsObjectNewFieldStep2 = () => {
},
});
if (!activeObjectMetadataItem || !objectViews.length) return null;
if (!activeObjectMetadataItem) return null;
const canSave = !!formValues.label;