Use op-form--submit

pull/9730/head
Benjamin Bädorf 3 years ago committed by Oliver Günther
parent 1afad4ff3d
commit ffb777b068
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 8
      frontend/src/app/features/user-preferences/reminder-settings/page/reminder-settings-page.component.html

@ -13,11 +13,11 @@
<op-workdays-settings class="op-form--fieldset"></op-workdays-settings>
<op-email-alerts-settings class="op-form--fieldset"></op-email-alerts-settings>
<div class="form--space">
<div class="op-form--submit">
<button
class="button -highlight"
[textContent]="text.save"
type="submit"
class="button -highlight"
[textContent]="text.save"
type="submit"
></button>
</div>
</form>

Loading…
Cancel
Save