Skip to content

Commit

Permalink
Removed “required” string
Browse files Browse the repository at this point in the history
  • Loading branch information
sevfurneaux committed Nov 11, 2024
1 parent 08560d7 commit a4d4022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meinberlin/react/livequestions/QuestionForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default class QuestionForm extends React.Component {
name="questionTextFieldName"
rows="3"
onChange={this.handleTextChange.bind(this)}
required="required"
required
value={this.state.question}
maxLength="1000"
/>
Expand Down

0 comments on commit a4d4022

Please sign in to comment.