Advertisement
benshepherd

/r/badcode

Feb 1st, 2019
885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                 const { id, title, body, status, type } = article
  2.                 const formData = {
  3.                     id,
  4.                     title,
  5.                     body,
  6.                     status,
  7.                     type
  8.                 }
  9.  
  10.                 //  Enable edit mode
  11.                 dispatch(DashEditModeAction(true))
  12.  
  13.                 // Set the form data
  14.                 dispatch(DashArticleFormDataAction(formData))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement