Fix null ref

This commit is contained in:
Adria Navarro 2024-04-30 10:39:52 +01:00
parent 5699d28eb6
commit ffbbb223e9
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@
menuItems={schemaMenuItems}
showMenu={!schemaReadOnly}
readOnly={schemaReadOnly}
compare={(option, value) => option.type === value.type}
compare={(option, value) => option.type === value?.type}
/>
</Tab>
{/if}