fix: use open instead of visible -> (deprecated)

This commit is contained in:
karishmas6
2024-03-07 03:13:15 +05:30
parent 0be63b0fd6
commit a2fafb7597

View File

@@ -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
>
<Menu mode="vertical">