Skip to content

Commit

Permalink
Update src/components/Insights/InsightsCatalog/InsightsPage/insightCa…
Browse files Browse the repository at this point in the history
…rds/common/InsightCard/index.tsx
  • Loading branch information
kshmidt-digma committed Aug 23, 2024
1 parent 63eb26c commit 9058172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export const InsightCard = ({
const handleRecalculatedSet = (data: unknown) => {
const recalculateResponse = data as RecalculateResponse;
if (recalculateResponse && insight.id === recalculateResponse.insightId) {
onRefresh(insight.type);
setInsightStatus(InsightStatus.InEvaluation);
onRefresh(insight.type);
}
};

Expand Down

0 comments on commit 9058172

Please sign in to comment.