Tests de correction sur l'ajout de saut

This commit is contained in:
Sébastien André
2021-03-30 09:28:14 +02:00
parent 09639a4a56
commit bf2def6c92
2 changed files with 16 additions and 9 deletions

View File

@@ -45,7 +45,7 @@
favorite</mat-icon>
</mat-option>
</mat-autocomplete>
<button mat-button *ngIf="selectedDz" matSuffix mat-icon-button aria-label="Clear" (click)="selectedDz=undefined">
<button mat-button *ngIf="selectedDz" matSuffix mat-icon-button aria-label="Clear" (click)="resetDz()">
<mat-icon>close</mat-icon>
</button>
</mat-form-field>