Misc changes about form inputs.

This commit is contained in:
Florian THIERRY
2024-10-21 14:40:15 +02:00
parent 0bec920670
commit f13fc79d92
14 changed files with 54 additions and 54 deletions

View File

@@ -92,7 +92,7 @@
</mat-tab>
</mat-tab-group>
<footer>
<app-submit-button label="Save" [requestPending]="!!(isSaving$ | async)" i18n-label></app-submit-button>
<app-submit-button [requestPending]="!!(isSaving$ | async)" i18n>Save</app-submit-button>
<button type="button" class="secondary" (click)="goPreviousLocation()" i18n>
Cancel
</button>