Skip to content

Commit

Permalink
Fixex #1395
Browse files Browse the repository at this point in the history
  • Loading branch information
karthxk07 authored Jan 10, 2024
1 parent 59dae2c commit 1a3fbdc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ const OrgProfileFieldSettings = (): any => {
<div>
<div>
<div>
<form>
<form onSubmit={(e)=>{
e.preventDefault();
handleSave();
}}>
<div>
<Form.Label>{t('customFieldName')}</Form.Label>
<Form.Control
Expand Down

0 comments on commit 1a3fbdc

Please sign in to comment.