Allow XLSX files in the upload dialog box
This commit is contained in:
parent
31cf1ac0b2
commit
3fa7230988
|
@ -86,4 +86,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input hidden (change)="onFileSelected($event)" #fileInput type="file" id="file" accept=".bpmn,.dmn,.xml,application/xml,text/xml">
|
<input hidden (change)="onFileSelected($event)" #fileInput type="file" id="file" accept=".bpmn,.dmn,.xml,.xlsx,application/xml,text/xml">
|
||||||
|
|
Loading…
Reference in New Issue