Formatting.

This commit is contained in:
mike12345567 2021-04-13 13:35:30 +01:00
parent df55363133
commit af0df42c3c
4 changed files with 4 additions and 11 deletions

View File

@ -2,10 +2,7 @@ import { cloneDeep } from "lodash/fp"
import { get } from "svelte/store"
import { findComponent, findComponentPath } from "./storeUtils"
import { store } from "builderStore"
import {
tables as tablesStore,
queries as queriesStores,
} from "stores/backend"
import { tables as tablesStore, queries as queriesStores } from "stores/backend"
import { makePropSafe } from "@budibase/string-templates"
import { TableNames } from "../constants"

View File

@ -1 +1 @@
export { LoginForm } from "./LoginForm.svelte"
export { LoginForm } from "./LoginForm.svelte"

View File

@ -11,9 +11,7 @@
{#if $datasources.list.length === 0}
<i>Connect your first datasource to start building.</i>
{:else}
<i>Select a datasource to edit</i>
{/if}
{:else}<i>Select a datasource to edit</i>{/if}
<style>
i {

View File

@ -20,9 +20,7 @@
{#if $auth.user}
<div class="root">
<div class="ui-nav">
<div class="home-logo">
<img src={Logo} alt="Budibase icon" />
</div>
<div class="home-logo"><img src={Logo} alt="Budibase icon" /></div>
<div class="nav-section">
<div class="nav-top">
<Link icon={AppsIcon} title="Apps" href="/" active />