Skip to content

Instantly share code, notes, and snippets.

@seperman
Created May 3, 2021 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seperman/6f1b17b2a706caddd3151335943cd343 to your computer and use it in GitHub Desktop.
Save seperman/6f1b17b2a706caddd3151335943cd343 to your computer and use it in GitHub Desktop.
<Form onSubmit={handleSubmit(onSubmit)} className='wizardForm'>
<div className="SaveCancelDiv">
<Button primary type='submit'>Resolve</Button>
<Button secondary onClick={() => history.goBack()}>Cancel</Button>
<ErrorBox errors={errors} message={error_msg}/>
</div>
</Form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment