1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Fix null ref

This commit is contained in:
Adria Navarro 2024-04-30 10:39:52 +01:00
parent 5699d28eb6
commit ffbbb223e9

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}