Browse Source

Task/simplify action buttons in create or update access dialog (#5706)

* Simplify action buttons
pull/5707/head
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
a6f34b51b0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html

6
apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html

@ -78,11 +78,7 @@
: !accessForm.valid
"
>
@if (mode === 'create') {
<ng-container i18n>Save</ng-container>
} @else {
<ng-container i18n>Update</ng-container>
}
<ng-container i18n>Save</ng-container>
</button>
</div>
</form>

Loading…
Cancel
Save