Shell_Casing

formik

Jul 24th, 2020
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const initialValues = {
  2.         requestor: '',
  3.         worker: '',
  4.         action: '',
  5.         task_id: '',
  6.         path: '',   // part of the payload
  7.         table_name: '',     // part of the payload
  8.         name: '',
  9.         admin: ''
  10.     };
Add Comment
Please, Sign In to add comment