We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67e86d7 + cd43504 commit 04cc978Copy full SHA for 04cc978
src/content/6/en/part6c.md
@@ -526,7 +526,7 @@ export const initializeNotes = () => {
526
export const appendNote = (content) => {
527
return async (dispatch) => {
528
const newNote = await noteService.createNew(content)
529
- dispatch(noteSlice.actions.createNote(newNote))
+ dispatch(createNote(newNote))
530
}
531
532
// highlight-end
src/content/6/fi/osa6c.md
@@ -525,7 +525,7 @@ export const initializeNotes = () => {
525
0 commit comments