Lint
This commit is contained in:
parent
520158c8f9
commit
852df16448
|
@ -5,7 +5,6 @@ import {
|
||||||
selectedComponent,
|
selectedComponent,
|
||||||
screenHistoryStore,
|
screenHistoryStore,
|
||||||
automationHistoryStore,
|
automationHistoryStore,
|
||||||
userStore,
|
|
||||||
} from "builderStore"
|
} from "builderStore"
|
||||||
import {
|
import {
|
||||||
datasources,
|
datasources,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import { Heading, Body, Button, Icon, Tooltip } from "@budibase/bbui"
|
import { Heading, Body, Button, Icon } from "@budibase/bbui"
|
||||||
import { processStringSync } from "@budibase/string-templates"
|
import { processStringSync } from "@budibase/string-templates"
|
||||||
import { goto } from "@roxi/routify"
|
import { goto } from "@roxi/routify"
|
||||||
import { helpers } from "@budibase/shared-core"
|
import { helpers } from "@budibase/shared-core"
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
Icon,
|
Icon,
|
||||||
Heading,
|
Heading,
|
||||||
Link,
|
Link,
|
||||||
Avatar,
|
|
||||||
Layout,
|
Layout,
|
||||||
Body,
|
Body,
|
||||||
notifications,
|
notifications,
|
||||||
|
@ -20,7 +19,6 @@
|
||||||
import GroupIcon from "../../users/groups/_components/GroupIcon.svelte"
|
import GroupIcon from "../../users/groups/_components/GroupIcon.svelte"
|
||||||
import ConfirmDialog from "components/common/ConfirmDialog.svelte"
|
import ConfirmDialog from "components/common/ConfirmDialog.svelte"
|
||||||
import { checkIncomingDeploymentStatus } from "components/deploy/utils"
|
import { checkIncomingDeploymentStatus } from "components/deploy/utils"
|
||||||
import { helpers } from "@budibase/shared-core"
|
|
||||||
|
|
||||||
let appEditor
|
let appEditor
|
||||||
let unpublishModal
|
let unpublishModal
|
||||||
|
|
|
@ -46,7 +46,7 @@ export const createStores = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const deriveStores = context => {
|
export const deriveStores = context => {
|
||||||
const { table, columns, stickyColumn, API, dispatch } = context
|
const { table, columns, stickyColumn, API } = context
|
||||||
|
|
||||||
// Updates the tables primary display column
|
// Updates the tables primary display column
|
||||||
const changePrimaryDisplay = async column => {
|
const changePrimaryDisplay = async column => {
|
||||||
|
|
Loading…
Reference in New Issue