From 5eba04a1fa51c613f1d6514321aa70bfc4d274c8 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Tue, 7 Apr 2026 22:35:41 +0000 Subject: [PATCH] Fix toast rendering: display toast.msg instead of object Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 77df55b..7581f53 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -64,7 +64,7 @@ -
{{ toast }}
+
{{ toast.msg }}