Skip to content

Commit

Permalink
Update useGetFormActionValues.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu authored Sep 24, 2024
1 parent 0d914a3 commit e6ded1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getCurrentEnvironmentId } from "ee/selectors/environmentSelectors";
import get from "lodash/get";
import { useSelector } from "react-redux";
import type { Action, ApiAction, Property } from "entities/Action";
import { getDatasources } from "ee/selectors/modulesSelector";
import { getDatasources } from "ee/selectors/entitiesSelector";

function useGetFormActionValues() {
const formValues = useSelector(
Expand Down

0 comments on commit e6ded1b

Please sign in to comment.