diff --git a/packages/builder/src/components/userInterface/MasterLayout.svelte b/packages/builder/src/components/userInterface/PageLayout.svelte similarity index 94% rename from packages/builder/src/components/userInterface/MasterLayout.svelte rename to packages/builder/src/components/userInterface/PageLayout.svelte index 4f7cfd2cec..7e854939f7 100644 --- a/packages/builder/src/components/userInterface/MasterLayout.svelte +++ b/packages/builder/src/components/userInterface/PageLayout.svelte @@ -52,22 +52,20 @@
store.setScreenType('page')}> - {#if _layout.component.props._children.length} - - {/if} + - Master Layout + Page Layout
{#if $store.currentPreviewItem.name === _layout.title && _layout.component.props._children} @@ -90,6 +88,9 @@ onOk={() => store.deleteComponent(componentToDelete)} />