Skip to content

Commit

Permalink
Add missing asterisk on summit form for slug field
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Castillo <tcastilloboireau@gmail.com>
  • Loading branch information
tomrndom committed Jul 16, 2024
1 parent 5f1f690 commit eeb399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/summit-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class SummitForm extends React.Component {
/>
</div>
<div className="col-md-4">
<label> {T.translate("edit_summit.slug")}</label>
<label> {T.translate("edit_summit.slug")} *</label>
<Input
className="form-control"
error={this.hasErrors("slug")}
Expand Down

0 comments on commit eeb399b

Please sign in to comment.