Skip to content

Commit

Permalink
🐝 remove unnecessary css class
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Oct 13, 2023
1 parent afd1b40 commit daff095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminSiteClient/Forms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class TextAreaField extends React.Component<TextFieldProps> {
)}
<div className="input-group">
<textarea
className="form-control custom-control"
className="form-control"
value={props.value}
onChange={this.onChange}
onBlur={this.onBlur}
Expand Down

0 comments on commit daff095

Please sign in to comment.