Skip to content

Commit

Permalink
Merge branch 'fix/autosave' into feature/articles-#330-move-blocks-dr…
Browse files Browse the repository at this point in the history
…ag-n-drop
  • Loading branch information
maerzhase committed Sep 4, 2022
2 parents aaf3e7a + 8969312 commit ca8a11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/Article/Editor/AutosaveArticle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ const _AutosaveArticle = ({

const handleSaveDraft = useCallback((articleFormState: NFTArticleForm) => {
setStatus('saving');
/* dispatch({
dispatch({
type: 'save',
payload: {
id,
articleForm: articleFormState,
minted: isMinted,
},
})*/
})
console.log(articleFormState.body)
setStatus('saved');
}, [dispatch, id, isMinted])
Expand Down

0 comments on commit ca8a11e

Please sign in to comment.