Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jul 9, 2024
1 parent b0411e5 commit ca7b9f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/widgets/custom/Indicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ const GraphIndicatorInput = (props: IndicatorInputProps) => {
const { ooui } = props;
const { actionId } = ooui;

const { actionData, treeShortcut, loading, error } =
useFormGraphData(actionId);
const { actionData, treeShortcut, loading, error } = useFormGraphData(
actionId!,
);
const readForViewEnabled = useFeatureIsEnabled(
ErpFeatureKeys.FEATURE_READFORVIEW,
);
Expand Down

0 comments on commit ca7b9f3

Please sign in to comment.