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