From 94d538b9eb9378c06b84319b9f3d8b2325dbd269 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Wed, 28 May 2025 22:24:03 +0200 Subject: [PATCH] Refactor deprecated property --- src/components/Apps/AppsNavBarDesktop.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Apps/AppsNavBarDesktop.tsx b/src/components/Apps/AppsNavBarDesktop.tsx index bf24a8d..2eeecc6 100644 --- a/src/components/Apps/AppsNavBarDesktop.tsx +++ b/src/components/Apps/AppsNavBarDesktop.tsx @@ -186,6 +186,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => { > + { anchorEl={anchorEl} open={open} onClose={handleClose} - MenuListProps={{ - 'aria-labelledby': 'basic-button', - }} anchorOrigin={{ vertical: 'bottom', horizontal: 'center', @@ -281,6 +279,9 @@ export const AppsNavBarDesktop = ({ disableBack }) => { horizontal: 'center', }} slotProps={{ + list: { + 'aria-labelledby': 'basic-button', + }, paper: { sx: { backgroundColor: theme.palette.background.default,