Allow only .png and .svg
This commit is contained in:
parent
86285064d4
commit
1ed07c7026
@ -18,7 +18,7 @@
|
||||
</div>
|
||||
<div class="input-row text-left">
|
||||
<mat-form-field class="col">
|
||||
<ngx-mat-file-input formControlName="icon" placeholder="Optionales Icon"
|
||||
<ngx-mat-file-input accept=".png,.svg" formControlName="icon" placeholder="Optionales Icon"
|
||||
></ngx-mat-file-input>
|
||||
<mat-icon matSuffix>folder</mat-icon>
|
||||
<mat-error *ngIf="feedForm.get('icon').hasError('maxContentSize')">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user