Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const { id, title, body, status, type } = article
- const formData = {
- id,
- title,
- body,
- status,
- type
- }
- // Enable edit mode
- dispatch(DashEditModeAction(true))
- // Set the form data
- dispatch(DashArticleFormDataAction(formData))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement