Skip to content

Commit

Permalink
formtting
Browse files Browse the repository at this point in the history
  • Loading branch information
isuru-aot committed Oct 6, 2023
1 parent 762ba41 commit 7d4ca09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ export const ExplosivesPermitForm: FC<ExplosivesPermitFormProps &
onChange={handleRadioChange}>
<Radio value={1}>Add an existing explosive storage and Use permit</Radio><br/>
<Radio value={2}>Create new explosive storage and use permit</Radio><br/>
<Radio value={3}>Amend an existing explosive storage and use permit</Radio>
<Radio value={3}>Amend an existing explosive storage and use permit</Radio><br/>
</Radio.Group>
</div>
</div><br/>
</div>
<div>
{isAmend && (
Expand Down

0 comments on commit 7d4ca09

Please sign in to comment.