You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-05 22:57:29 +02:00
This commit is contained in:
@@ -23,7 +23,7 @@ const useDeleteHistoryClick = ({
|
||||
if (response === 0) {
|
||||
setDeleting(true);
|
||||
try {
|
||||
await Revision.deleteHistoryForNote(noteId);
|
||||
await Revision.deleteHistoryForNote(noteId, { sourceDescription: 'useDeleteHistoryClick' });
|
||||
await shim.showMessageBox(_('Note history has been deleted.'), { type: MessageBoxType.Info });
|
||||
} finally {
|
||||
setDeleting(false);
|
||||
|
||||
Reference in New Issue
Block a user