Add refresh action as key

This commit is contained in:
Nicola Benaglia
2025-05-30 13:53:46 +02:00
parent f5294d6ea1
commit b26c6ea7db
8 changed files with 24 additions and 16 deletions

View File

@@ -407,7 +407,6 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
tabId: selectedTab?.tabId,
});
}
handleClose();
}}
>
@@ -433,7 +432,9 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
color: theme.palette.text.primary,
},
}}
primary="Refresh"
primary={t('core:action.refresh', {
postProcess: 'capitalizeFirstChar',
})}
/>
</MenuItem>