diff --git a/packages/server/src/sdk/app/rowActions.ts b/packages/server/src/sdk/app/rowActions.ts index 70c031939f..e59337a7c9 100644 --- a/packages/server/src/sdk/app/rowActions.ts +++ b/packages/server/src/sdk/app/rowActions.ts @@ -7,7 +7,7 @@ import { VirtualDocumentType, } from "@budibase/types" import automations from "./automations" -import { TRIGGER_DEFINITIONS } from "../../automations" +import { definitions as TRIGGER_DEFINITIONS } from "../../automations/triggerInfo" function ensureUniqueAndThrow( doc: TableRowActions,