From dc6fede08192cb127ba76b04d40289f04bb13038 Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Sat, 7 Jun 2025 20:23:08 +0530 Subject: [PATCH] fix(inbox-layout): remove unnecessary keep-alive wrapper around router-view component preventing same conversation from being loaded again in different conversation list --- frontend/src/layouts/inbox/InboxLayout.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/layouts/inbox/InboxLayout.vue b/frontend/src/layouts/inbox/InboxLayout.vue index 9d7fcf11..bf5472e0 100644 --- a/frontend/src/layouts/inbox/InboxLayout.vue +++ b/frontend/src/layouts/inbox/InboxLayout.vue @@ -5,9 +5,7 @@
- - - +