💄 frontend: remove exit from trash context menu entry (#525)

didn't work, and no real point
This commit is contained in:
Eric Doughty-Papassideris
2024-09-23 03:02:56 +02:00
parent 528d8830fb
commit 1a43a75479
5 changed files with 0 additions and 10 deletions
@@ -268,12 +268,6 @@ export const useOnBuildContextMenu = (children: DriveItem[], initialParentId?: s
//Add parent related menus
const newMenuActions: any[] = inTrash
? [
{
type: 'menu',
text: Languages.t('components.item_context_menu.trash.exit'),
onClick: () => setParentId('root'),
},
{ type: 'separator' },
{
type: 'menu',
text: Languages.t('components.item_context_menu.trash.empty'),