linting
This commit is contained in:
parent
2479207436
commit
a4649c5bc9
|
@ -3,15 +3,14 @@ import api from "builderStore/api"
|
|||
import { auth } from "stores/portal"
|
||||
|
||||
export function createAdminStore() {
|
||||
|
||||
const DEFAULT_CONFIG = {
|
||||
loaded: false,
|
||||
multiTenancy: false,
|
||||
sandbox: false,
|
||||
onboardingProgress: 0,
|
||||
checklist: {"apps":0,"smtp":false,"adminUser":false,"sso":false}
|
||||
checklist: { apps: 0, smtp: false, adminUser: false, sso: false },
|
||||
}
|
||||
|
||||
|
||||
const admin = writable(DEFAULT_CONFIG)
|
||||
|
||||
async function init() {
|
||||
|
|
Loading…
Reference in New Issue