Skip to content

Commit 92a796a

Browse files
committed
fix(chat): reset FinOps maturity scores in sidebar on clear messages
1 parent fe14a6d commit 92a796a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Dashboard/frontend/src/components/ChatView.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,6 +2330,11 @@ async function clearMessages() {
23302330
} catch {}
23312331
});
23322332
chartInstances.length = 0;
2333+
// Reset FinOps maturity scores in the sidebar
2334+
maturityScores.crawl = null;
2335+
maturityScores.walk = null;
2336+
maturityScores.run = null;
2337+
maturityScores.playbook = null;
23332338
try {
23342339
await fetch("/api/chat/reset", { method: "POST" });
23352340
} catch {}

0 commit comments

Comments
 (0)