mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix: unstyled file selector not hidden in playlists page
This commit is contained in:
parent
5bfbd5afa0
commit
afcb708b50
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
id="fileSelector"
|
||||
ref="fileSelector"
|
||||
type="file"
|
||||
class="display-none"
|
||||
class="hidden"
|
||||
multiple="multiple"
|
||||
@change="importPlaylists"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue