fix test kind

This commit is contained in:
tykayn 2021-04-30 18:34:45 +02:00 committed by Baptiste Lemoine
parent 59cb917ea3
commit ed13c98b99
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<app-base-config [form]="form"></app-base-config>
<app-date-select *ngIf="form.value && form.value.kind == 'date'" [form]="form"></app-date-select>
<app-text-select *ngIf="!form.value.kind == 'date'" [form]="form"></app-text-select>
<app-text-select *ngIf="form.value && form.value.kind == 'date'" [form]="form"></app-text-select>
<button
class="btn"