remove backendUiStore imports
This commit is contained in:
parent
5deceb7928
commit
a40a13af93
|
@ -10,7 +10,7 @@
|
||||||
import api, { get } from "builderStore/api"
|
import api, { get } from "builderStore/api"
|
||||||
import Form from "@svelteschool/svelte-forms"
|
import Form from "@svelteschool/svelte-forms"
|
||||||
import Spinner from "components/common/Spinner.svelte"
|
import Spinner from "components/common/Spinner.svelte"
|
||||||
import { API, Info, User } from "./Steps"
|
import { Info, User } from "./Steps"
|
||||||
import Indicator from "./Indicator.svelte"
|
import Indicator from "./Indicator.svelte"
|
||||||
import { Button } from "@budibase/bbui"
|
import { Button } from "@budibase/bbui"
|
||||||
import { goto } from "@sveltech/routify"
|
import { goto } from "@sveltech/routify"
|
||||||
|
@ -24,8 +24,6 @@
|
||||||
|
|
||||||
export let template
|
export let template
|
||||||
|
|
||||||
let lastApiKey
|
|
||||||
let fetchApiKeyPromise
|
|
||||||
|
|
||||||
const infoValidation = {
|
const infoValidation = {
|
||||||
applicationName: string().required("Your application must have a name."),
|
applicationName: string().required("Your application must have a name."),
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import { store, automationStore, backendUiStore } from "builderStore"
|
import { store, automationStore } from "builderStore"
|
||||||
import { roles } from 'builderStore/store/backend/'
|
import { roles } from 'builderStore/store/backend/'
|
||||||
import { Button } from "@budibase/bbui"
|
import { Button } from "@budibase/bbui"
|
||||||
import SettingsLink from "components/settings/Link.svelte"
|
import SettingsLink from "components/settings/Link.svelte"
|
||||||
|
|
Loading…
Reference in New Issue