This commit is contained in:
Dean 2024-07-05 14:36:20 +01:00
parent 9518680d12
commit 4d11f62e00
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
import { getContext } from "svelte" import { getContext } from "svelte"
import { automationStore, tables, builderStore } from "stores/builder" import { automationStore, tables, builderStore } from "stores/builder"
import { TriggerStepID } from "constants/backend/automations" import { TriggerStepID } from "constants/backend/automations"
import { goto, layout, isActive } from "@roxi/routify" import { goto } from "@roxi/routify"
const { datasource } = getContext("grid") const { datasource } = getContext("grid")