feat: Duplicate page in page list and clone naming improvements (#5818)

This commit is contained in:
Adithyan
2024-02-20 14:14:25 +05:30
committed by GitHub
parent aa79229a21
commit afe59a864d
4 changed files with 35 additions and 5 deletions
@@ -92,6 +92,7 @@ export const TrashPage = () => {
permanentlyDeletePage(page.id);
toast(t['com.affine.toastMessage.permanentlyDeleted']());
};
return (
<TrashOperationCell
onPermanentlyDeletePage={onPermanentlyDeletePage}