This commit is contained in:
Andrew Kingston 2023-05-26 10:29:03 +01:00
parent 520158c8f9
commit 852df16448
4 changed files with 2 additions and 5 deletions

View File

@ -5,7 +5,6 @@ import {
selectedComponent,
screenHistoryStore,
automationHistoryStore,
userStore,
} from "builderStore"
import {
datasources,

View File

@ -1,5 +1,5 @@
<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 { goto } from "@roxi/routify"
import { helpers } from "@budibase/shared-core"

View File

@ -7,7 +7,6 @@
Icon,
Heading,
Link,
Avatar,
Layout,
Body,
notifications,
@ -20,7 +19,6 @@
import GroupIcon from "../../users/groups/_components/GroupIcon.svelte"
import ConfirmDialog from "components/common/ConfirmDialog.svelte"
import { checkIncomingDeploymentStatus } from "components/deploy/utils"
import { helpers } from "@budibase/shared-core"
let appEditor
let unpublishModal

View File

@ -46,7 +46,7 @@ export const createStores = () => {
}
export const deriveStores = context => {
const { table, columns, stickyColumn, API, dispatch } = context
const { table, columns, stickyColumn, API } = context
// Updates the tables primary display column
const changePrimaryDisplay = async column => {