fix: hide UUID from field type options in field creation form (#2645)
Fixes #2644
This commit is contained in:
@ -206,6 +206,7 @@ export const SettingsObjectNewFieldStep2 = () => {
|
|||||||
excludedFieldTypes={[
|
excludedFieldTypes={[
|
||||||
FieldMetadataType.Enum,
|
FieldMetadataType.Enum,
|
||||||
FieldMetadataType.Relation,
|
FieldMetadataType.Relation,
|
||||||
|
FieldMetadataType.Uuid,
|
||||||
]}
|
]}
|
||||||
fieldMetadata={{
|
fieldMetadata={{
|
||||||
icon: formValues.icon,
|
icon: formValues.icon,
|
||||||
|
|||||||
Reference in New Issue
Block a user