From a2fafb75979db6113534295b8fded51eac5cee74 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 7 Mar 2024 03:13:15 +0530 Subject: [PATCH] fix: use open instead of visible -> (deprecated) --- ui/src/components/Topbar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/Topbar/index.tsx b/ui/src/components/Topbar/index.tsx index 86d13f4f..afaeeebd 100644 --- a/ui/src/components/Topbar/index.tsx +++ b/ui/src/components/Topbar/index.tsx @@ -53,7 +53,7 @@ const Topbar = () => { placement="right" closable={false} onClose={hideDrawer} - visible={visible} + open={visible} getContainer={() => document.body} // Ensure the drawer covers viewport on mobile >