1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Fix crash when referencing a component definition that doesn't exist

This commit is contained in:
Andrew Kingston 2021-07-07 17:07:16 +01:00
parent b8d1809a2c
commit 948ad092e5

View file

@ -65,7 +65,7 @@
} }
</script> </script>
{#if definition.editable !== false} {#if definition?.editable !== false}
<ActionMenu> <ActionMenu>
<div slot="control" class="icon"> <div slot="control" class="icon">
<Icon size="S" hoverable name="MoreSmallList" /> <Icon size="S" hoverable name="MoreSmallList" />