mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 01:45:40 +01:00
! Fix vue warning
This commit is contained in:
parent
fdb8c75d84
commit
050eddce94
@ -51,17 +51,17 @@
|
||||
<ft-flex-box>
|
||||
<ft-button
|
||||
:label="$t('User Playlists.Create New Playlist')"
|
||||
tabindex="0"
|
||||
:tabindex="0"
|
||||
@click="openCreatePlaylistPrompt"
|
||||
/>
|
||||
<ft-button
|
||||
:label="$t('User Playlists.AddVideoPrompt.Save')"
|
||||
tabindex="0"
|
||||
:tabindex="0"
|
||||
@click="addSelectedToPlaylists"
|
||||
/>
|
||||
<ft-button
|
||||
:label="$t('User Playlists.Cancel')"
|
||||
tabindex="0"
|
||||
:tabindex="0"
|
||||
@click="hide"
|
||||
/>
|
||||
</ft-flex-box>
|
||||
|
Loading…
Reference in New Issue
Block a user