1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00

Update order of builder tabs to put data before design again

This commit is contained in:
Andrew Kingston 2022-06-09 13:34:41 +01:00
parent 79a92959da
commit b56cfb9cec
5 changed files with 4 additions and 10 deletions

View file

@ -2,7 +2,7 @@
import { Layout } from "@budibase/bbui"
</script>
<!-- routify:options index=5 -->
<!-- routify:options index=4 -->
<Layout gap="S" justifyItems="center">
<slot />
</Layout>

View file

@ -18,7 +18,7 @@
}
</script>
<!-- routify:options index=2 -->
<!-- routify:options index=1 -->
<div class="root">
<div class="nav">
<Tabs {selected} on:select={selectFirstDatasource}>

View file

@ -0,0 +1,2 @@
<!-- routify:options index=2 -->
<slot />

View file

@ -1,2 +0,0 @@
<!-- routify:options index=4 -->
<slot />

View file

@ -1,6 +0,0 @@
Settings
<!-- {#if $admin.cloud && $auth.user.account}
<UpgradeModal />
{/if}
<VersionModal /> -->