diff --git a/src/panelWebView/components/Fields/ContentTypeRelationshipField.tsx b/src/panelWebView/components/Fields/ContentTypeRelationshipField.tsx index 38f19ebf..8b1ce1ec 100644 --- a/src/panelWebView/components/Fields/ContentTypeRelationshipField.tsx +++ b/src/panelWebView/components/Fields/ContentTypeRelationshipField.tsx @@ -90,8 +90,6 @@ export const ContentTypeRelationshipField: React.FunctionComponent { return ( required && ((crntSelected instanceof Array && crntSelected.length === 0) || !crntSelected)