Correction sur le check de validation de formulaire

This commit is contained in:
2026-01-21 15:53:19 +01:00
parent 3baeb3066e
commit 7698754db2
4 changed files with 58 additions and 54 deletions

View File

@@ -141,7 +141,7 @@
}
</mat-form-field>
<br />
@if (isValidatedForm()) {
@if (this.isValidatedForm()) {
<button mat-raised-button color="accent">
{{ "NewTunnelFlight_Submit" | translate }}
</button>