Remove log

This commit is contained in:
Elio Struyf
2023-05-23 16:31:25 +02:00
parent e251a4f896
commit 9e99ebf321
@@ -90,8 +90,6 @@ export const ContentTypeRelationshipField: React.FunctionComponent<IContentTypeR
});
}, [choices, crntSelected, multiSelect]);
console.log('availableChoices', availableChoices);
const showRequiredState = useMemo(() => {
return (
required && ((crntSelected instanceof Array && crntSelected.length === 0) || !crntSelected)