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

* Simplify action buttons
pull/5707/head
Thomas Kaul 7 months ago committed by GitHub
parent 5bb22e840d
commit a6f34b51b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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