diff --git a/src/widgets/custom/Indicator.tsx b/src/widgets/custom/Indicator.tsx index 9bc2d5268..3013ca556 100644 --- a/src/widgets/custom/Indicator.tsx +++ b/src/widgets/custom/Indicator.tsx @@ -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, );