Merge branch 'master' into chore/run_oss_checks
This commit is contained in:
commit
8010d3e9eb
|
@ -32,7 +32,9 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<ActionButton on:click={modal.show}>{layoutMap[value].name}</ActionButton>
|
||||
<ActionButton on:click={modal.show}>
|
||||
{layoutMap[value || "mainSidebar"].name}
|
||||
</ActionButton>
|
||||
<Modal bind:this={modal}>
|
||||
<ModalContent
|
||||
onConfirm={() => dispatch("change", selected)}
|
||||
|
|
Loading…
Reference in New Issue