fix: unstyled file selector not hidden in playlists page

This commit is contained in:
Bnyro 2024-01-24 17:59:16 +01:00
parent 5bfbd5afa0
commit afcb708b50

View File

@ -9,7 +9,7 @@
id="fileSelector" id="fileSelector"
ref="fileSelector" ref="fileSelector"
type="file" type="file"
class="display-none" class="hidden"
multiple="multiple" multiple="multiple"
@change="importPlaylists" @change="importPlaylists"
/> />