Allow all cases in case list
This commit is contained in:
parent
211b076d2b
commit
405230a32d
@ -18,6 +18,7 @@
|
|||||||
<mat-form-field fxFlex>
|
<mat-form-field fxFlex>
|
||||||
<mat-label>Case Source</mat-label>
|
<mat-label>Case Source</mat-label>
|
||||||
<mat-select placeholder="Case Source" formControlName="caseSource">
|
<mat-select placeholder="Case Source" formControlName="caseSource">
|
||||||
|
<mat-option value=""> -- All Types --</mat-option>
|
||||||
<mat-option *ngFor="let cs of caseSources" [value]="cs.id">
|
<mat-option *ngFor="let cs of caseSources" [value]="cs.id">
|
||||||
{{ cs.name }}
|
{{ cs.name }}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
|
Loading…
Reference in New Issue
Block a user