Skip to content

Commit

Permalink
fix: issue with opening custom widget source editor (#35463)
Browse files Browse the repository at this point in the history
  • Loading branch information
brayn003 committed Aug 9, 2024
1 parent ca007a6 commit 560ee3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ import {
setActiveEditorField,
} from "actions/activeFieldActions";
import CodeMirrorTernService from "utils/autocomplete/CodemirrorTernService";
import { getEachEntityInformation } from "@appsmith/utils/autocomplete/EntityDefinitions";
import { getEachEntityInformation } from "ee/utils/autocomplete/EntityDefinitions";
import { getCurrentPageId } from "selectors/editorSelectors";

type ReduxStateProps = ReturnType<typeof mapStateToProps>;
Expand Down

0 comments on commit 560ee3f

Please sign in to comment.