mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix call to saveNoteChanges
This commit is contained in:
parent
14b2f33691
commit
a65152de82
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export function HighlightNoteModal(
|
|||
padding: '22px 22px 20px 0',
|
||||
}}
|
||||
>
|
||||
<Button style={'ctaDarkYellow'} onClick={props.saveNoteChanges}>
|
||||
<Button style={'ctaDarkYellow'} onClick={saveNoteChanges}>
|
||||
Save
|
||||
</Button>
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue