mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-26 22:43:32 +10:00
fix comments
This commit is contained in:
@@ -43,7 +43,7 @@ export function useDeletePageMutation() {
|
||||
return useMutation({
|
||||
mutationFn: (pageId: string) => deletePage(pageId),
|
||||
onSuccess: () => {
|
||||
notifications.show({ title: 'Page deleted successfully' });
|
||||
notifications.show({ message: 'Page deleted successfully' });
|
||||
},
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user