chore: update import for ActionTriggerFunctionNames (#19831)
Linting was broken in EE repo. Since ActionTriggerFunctionName is imported from `ce/entities/DataTree/actionTriggers`. Changed to `@appsmith/entities/DataTree/actionTriggers` namespace.
This commit is contained in:
parent
4feed5d01f
commit
b42036a648
|
|
@ -53,7 +53,7 @@ import { LintErrors } from "reducers/lintingReducers/lintErrorsReducers";
|
|||
import { Severity } from "entities/AppsmithConsole";
|
||||
import { JSLibraries } from "workers/common/JSLibrary";
|
||||
import { MessageType, sendMessage } from "utils/MessageUtil";
|
||||
import { ActionTriggerFunctionNames } from "ce/entities/DataTree/actionTriggers";
|
||||
import { ActionTriggerFunctionNames } from "@appsmith/entities/DataTree/actionTriggers";
|
||||
|
||||
export function getlintErrorsFromTree(
|
||||
pathsToLint: string[],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user