Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
fix: function call
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 8, 2021
1 parent c3bbaff commit ae505ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/NoteHistory/NoteHistoryPreview.tsx
Expand Up @@ -57,7 +57,7 @@ export const NoteHistoryPreview = ({
await application?.changeAndSaveItem(
originalNoteUuid,
mutator => {
mutator.setContent(revision.payload.safeContent);
mutator.unsafe_setCustomContent(revision.payload.safeContent);
},
true,
PayloadSource.RemoteActionRetrieved
Expand Down

0 comments on commit ae505ca

Please sign in to comment.