Created
May 3, 2021 20:36
-
-
Save seperman/6f1b17b2a706caddd3151335943cd343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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