Fix issues post merge
This commit is contained in:
@ -65,7 +65,7 @@ export const SettingsObjectNewFieldStep2 = () => {
|
||||
},
|
||||
});
|
||||
|
||||
if (!activeObjectMetadataItem || !objectViews.length) return null;
|
||||
if (!activeObjectMetadataItem) return null;
|
||||
|
||||
const canSave = !!formValues.label;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user