From 91aa649dbf24f34e6e4e2c91a180dd623a6d3d67 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sat, 3 Aug 2024 19:06:01 +0530 Subject: Fixed routing issue with POPUP --- panel/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/src/App.jsx b/panel/src/App.jsx index 6a09905..6699db4 100644 --- a/panel/src/App.jsx +++ b/panel/src/App.jsx @@ -16,7 +16,7 @@ const AppRoutes = () => { return ( - : } /> + } /> } /> } /> } /> -- cgit v1.2.3-59-g8ed1b