Skip to content

Commit

Permalink
fix: config of forecast in embedded
Browse files Browse the repository at this point in the history
JIRA: F1-320
  • Loading branch information
hackerstanislav committed May 13, 2024
1 parent 6003cf9 commit ef6b66c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function chartForecastConfigFromInsight(
return undefined;
}

const period = controls.forecast?.period.toString();
const period = controls.forecast?.period?.toString();

return flow(removeUseless)({
confidenceLevel: controls.forecast?.confidence,
Expand Down

0 comments on commit ef6b66c

Please sign in to comment.