From e2914dd5380fcc1aaa54e916f8fc0f068038ce94 Mon Sep 17 00:00:00 2001 From: Pratik Agrawal Date: Fri, 17 Jan 2025 18:40:18 +0530 Subject: [PATCH] Revert AppMenu.jsx --- frontend/src/HomePage/AppMenu.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/HomePage/AppMenu.jsx b/frontend/src/HomePage/AppMenu.jsx index 4e88978be3..93ea2062b5 100644 --- a/frontend/src/HomePage/AppMenu.jsx +++ b/frontend/src/HomePage/AppMenu.jsx @@ -13,6 +13,8 @@ export const AppMenu = function AppMenu({ openAppActionModal, darkMode, currentFolder, + popoverVisible, + setMenuOpen, }) { const { t } = useTranslation(); const Field = ({ text, onClick, customClass }) => { @@ -38,9 +40,11 @@ export const AppMenu = function AppMenu({ return ( setMenuOpen(false)} + show={popoverVisible} overlay={