From 6ca613f5fa6f5ca08bb26fcd92c81ef9b0ab2370 Mon Sep 17 00:00:00 2001 From: bboysoul Date: Mon, 7 Sep 2026 17:00:43 +0800 Subject: [PATCH] fix: reset completed numeric habits from check button --- frontend/src/MvpPanel.vue | 6 ++---- frontend/src/lib/mvp-utils.test.ts | 9 ++++++++- frontend/src/lib/mvp-utils.ts | 5 +++++ 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/frontend/src/MvpPanel.vue b/frontend/src/MvpPanel.vue index 4843530..4528f6f 100644 --- a/frontend/src/MvpPanel.vue +++ b/frontend/src/MvpPanel.vue @@ -1,7 +1,7 @@