From 1344074776d6c419366f43b1d966f78eb0b6bfec Mon Sep 17 00:00:00 2001 From: Kartik Gupta Date: Tue, 11 Jul 2023 16:48:25 +0530 Subject: [PATCH] navigation fixed --- src/components/Navbar/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index b62093f7..d12a3529 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -36,6 +36,7 @@ const Navbar: FC = (props) => { const handleChange = (value: string) => { setActiveStream(value); setSearchValue(value); + navigate(`/${value}/logs`); }; useEffect(() => {