Fix references
This commit is contained in:
parent
7574b27b4b
commit
3fa7858712
|
@ -5,7 +5,7 @@ import {
|
||||||
AutomationTriggerStepId,
|
AutomationTriggerStepId,
|
||||||
TableRowActions,
|
TableRowActions,
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
import sdk from "src/sdk"
|
import sdk from "../../../sdk"
|
||||||
|
|
||||||
export function checkForCollectStep(automation: Automation) {
|
export function checkForCollectStep(automation: Automation) {
|
||||||
return automation.definition.steps.some(
|
return automation.definition.steps.some(
|
||||||
|
|
Loading…
Reference in New Issue