Skip to content
Snippets Groups Projects
Commit 8384b577 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove duplicate 'required: true' attribute

parent f6503f71
No related branches found
No related tags found
1 merge request!900Add "Requires Input" JS behavior
Pipeline #
Loading
Loading
@@ -12,7 +12,7 @@
.form-group
= f.label :extern_uid, "Identifier", class: 'control-label'
.col-sm-10
= f.text_field :extern_uid, required: true, class: 'form-control', required: true
= f.text_field :extern_uid, class: 'form-control', required: true
 
.form-actions
= f.submit 'Save changes', class: "btn btn-save"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment