1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Removing divider from org page as per comments.

This commit is contained in:
mike12345567 2021-08-04 11:12:57 +01:00
parent 5dc7b4b09e
commit 8343ea664a

View file

@ -1,5 +1,5 @@
<script>
import { Body, Button, Divider, Heading, Input, Layout } from "@budibase/bbui"
import { Body, Button, Heading, Input, Layout } from "@budibase/bbui"
import { goto } from "@roxi/routify"
import { auth, admin } from "stores/portal"
import Logo from "assets/bb-emblem.svg"
@ -41,9 +41,7 @@
<img alt="logo" src={Logo} />
<Heading>Set Budibase organisation</Heading>
</Layout>
<Divider noGrid />
<Layout gap="XS" noPadding>
<Body size="S" textAlign="center">Set organisation</Body>
<Input label="Organisation" bind:value={tenantId} />
</Layout>
<Layout gap="XS" noPadding>