Browse Source

Simplify action buttons

pull/5706/head
Thomas Kaul 4 weeks ago
parent
commit
b9cc6a2c21
  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 : !accessForm.valid
" "
> >
@if (mode === 'create') { <ng-container i18n>Save</ng-container>
<ng-container i18n>Save</ng-container>
} @else {
<ng-container i18n>Update</ng-container>
}
</button> </button>
</div> </div>
</form> </form>

Loading…
Cancel
Save