Allow XLSX files in the upload dialog box

This commit is contained in:
mike cullerton 2021-09-03 10:50:32 -04:00
parent 31cf1ac0b2
commit 3fa7230988
1 changed files with 1 additions and 1 deletions

View File

@ -86,4 +86,4 @@
</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">