1
0
mirror of https://github.com/TeamPiped/Piped.git synced 2024-12-13 22:00:28 +05:30

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"
ref="fileSelector"
type="file"
class="display-none"
class="hidden"
multiple="multiple"
@change="importPlaylists"
/>