forked from tykayn/funky-framadate-front
fix test kind
This commit is contained in:
parent
59cb917ea3
commit
ed13c98b99
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user