From 93d01bc39db0b6a08edb319566641ce4a9c36fe3 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Wed, 13 May 2026 02:28:48 +0530 Subject: [PATCH] feat: add multi-tenancy support rt for dashboard --- src/routes/dashboard.tsx | 46 +++++++++++++++++++++++++++++++--------- src/views/dashboard.js | 10 ++++++++- 2 files changed, 45 insertions(+), 11 deletions(-) diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index f39fb93..0c21d9e 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -132,15 +132,41 @@ export const Dashboard = (props: { isUnlocked: boolean }) => ( @@ -527,7 +553,7 @@ export const Dashboard = (props: { isUnlocked: boolean }) => (