mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 09:43:13 +00:00
accept all file types for import
This commit is contained in:
parent
b6f8df01f8
commit
a49deea8cd
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
<label class="block text-sm font-medium text-gray-700 dark:text-zinc-200">Select Configuration File</label>
|
||||
<input type="file"
|
||||
@change="onFileSelected"
|
||||
accept=".conf"
|
||||
accept="*"
|
||||
class="mt-1 block w-full text-sm text-gray-500 dark:text-zinc-400
|
||||
file:mr-4 file:py-2 file:px-4
|
||||
file:rounded-md file:border-0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue