From 9e99ebf32137dbe8b606f3407d26b85963a3eeb6 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 23 May 2023 16:31:25 +0200 Subject: [PATCH] Remove log --- .../components/Fields/ContentTypeRelationshipField.tsx | 2 -- 1 file changed, 2 deletions(-) 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)