We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe14a6d commit 92a796aCopy full SHA for 92a796a
1 file changed
src/Dashboard/frontend/src/components/ChatView.vue
@@ -2330,6 +2330,11 @@ async function clearMessages() {
2330
} catch {}
2331
});
2332
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;
2338
try {
2339
await fetch("/api/chat/reset", { method: "POST" });
2340
0 commit comments