Fix crash when referencing a component definition that doesn't exist
This commit is contained in:
parent
fb6c115adf
commit
0ff1f0fbe9
|
@ -65,7 +65,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
{#if definition.editable !== false}
|
||||
{#if definition?.editable !== false}
|
||||
<ActionMenu>
|
||||
<div slot="control" class="icon">
|
||||
<Icon size="S" hoverable name="MoreSmallList" />
|
||||
|
|
Loading…
Reference in New Issue