make trash work properly

This commit is contained in:
ammarahm-ed
2020-03-04 11:58:44 +05:00
parent 0bd19e7bce
commit 12be797c61
3 changed files with 34 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ export const ActionSheetComponent = ({
name: 'Remove',
icon: 'delete',
func: () => {
close();
close('permanant_delete');
},
},
];