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:
Anand Srinivasan 2023-01-18 10:28:58 +05:30 committed by GitHub
parent 4feed5d01f
commit b42036a648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[],