feat: add tsv support for import files (#160)

* feat: add tsv support for import files

* add note in docs
This commit is contained in:
Hayden 2022-12-01 18:06:47 -09:00 committed by GitHub
parent f149c3e4ab
commit f42a917390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 116 additions and 13 deletions

View file

@ -100,7 +100,7 @@
<form @submit.prevent="submitCsvFile">
<div class="flex flex-col gap-2 py-6">
<input ref="importRef" type="file" class="hidden" accept=".csv" @change="setFile" />
<input ref="importRef" type="file" class="hidden" accept=".csv,.tsv" @change="setFile" />
<BaseButton type="button" @click="uploadCsv">
<Icon class="h-5 w-5 mr-2" name="mdi-upload" />