Skip to content

Commit

Permalink
update for textual changes for xlsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnubansaltarento committed Aug 13, 2024
1 parent c305a30 commit 6158fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="text-primary cursor-pointer" (click)="fileInput.click()" (dblclick)="$event.preventDefault()">
Browse files</div>
<input hidden type="file" #fileInput (click)="handleFileClick($event)" (change)="handleOnFileChange($event)"
name="file" placeholder="Choose file" (dblclick)="$event.preventDefault();" accept=".xlsx" />
name="file" placeholder="Choose file" (dblclick)="$event.preventDefault();" accept=".xlsx, .xls" />
<!-- <div class="flex">or</div>
<div class="flex">Drag file to upload</div> -->
</div>
Expand Down

0 comments on commit 6158fb9

Please sign in to comment.