Fix bug in SectionSelect
This commit is contained in:
parent
44d111d42d
commit
34693481b1
|
@ -32,7 +32,9 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ActionButton on:click={modal.show}>{layoutMap[value].name}</ActionButton>
|
<ActionButton on:click={modal.show}>
|
||||||
|
{layoutMap[value || "mainSidebar"].name}
|
||||||
|
</ActionButton>
|
||||||
<Modal bind:this={modal}>
|
<Modal bind:this={modal}>
|
||||||
<ModalContent
|
<ModalContent
|
||||||
onConfirm={() => dispatch("change", selected)}
|
onConfirm={() => dispatch("change", selected)}
|
||||||
|
|
Loading…
Reference in New Issue