mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +00:00
Refactor deprecated property
This commit is contained in:
parent
735bb08081
commit
94d538b9eb
@ -186,6 +186,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
>
|
||||
<NavBack />
|
||||
</ButtonBase>
|
||||
|
||||
<Tabs
|
||||
orientation="vertical"
|
||||
ref={tabsRef}
|
||||
@ -269,9 +270,6 @@ 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user