settings: Remove extraneous hr element below "Field choices".

There is no need to have hr element below the "Field choices"
heading in custom profile edit form and this also makes it
consistent with the new custom profile field form.
This commit is contained in:
Sahil Batra 2024-04-03 12:10:09 +05:30 committed by Tim Abbott
parent 916ea58aaf
commit e7a4790d33
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
<div class="input-group prop-element" id="id-custom-profile-field-field-data" data-setting-widget-type="field-data-setting"> <div class="input-group prop-element" id="id-custom-profile-field-field-data" data-setting-widget-type="field-data-setting">
<label for="profile_field_choices_edit">{{t "Field choices" }}</label> <label for="profile_field_choices_edit">{{t "Field choices" }}</label>
<div class="profile-field-choices" name="profile_field_choices_edit"> <div class="profile-field-choices" name="profile_field_choices_edit">
<hr />
<div class="edit_profile_field_choices_container"> <div class="edit_profile_field_choices_container">
{{#each choices}} {{#each choices}}
{{> profile_field_choice }} {{> profile_field_choice }}