aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-07-01 16:55:32 +0200
committerRigel Kent <par@rigelk.eu>2020-07-01 17:03:48 +0200
commit6c808af9a28b8c35191009bbce8052a967363dd1 (patch)
tree131912654449e07027360400475dedc3fa87c428 /client/src/app/+my-account/my-account-video-playlists
parent1fe1e14cb30ac44299563f98ed0aee2805794493 (diff)
downloadPeerTube-6c808af9a28b8c35191009bbce8052a967363dd1.tar.gz
PeerTube-6c808af9a28b8c35191009bbce8052a967363dd1.tar.zst
PeerTube-6c808af9a28b8c35191009bbce8052a967363dd1.zip
fix reactive file upload button
Diffstat (limited to 'client/src/app/+my-account/my-account-video-playlists')
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
index ff9cd37ea..e61509efd 100644
--- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
+++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
@@ -70,6 +70,7 @@
70 <label i18n>Channel</label> 70 <label i18n>Channel</label>
71 <div class="peertube-select-container"> 71 <div class="peertube-select-container">
72 <select formControlName="videoChannelId" class="form-control"> 72 <select formControlName="videoChannelId" class="form-control">
73 <option i18n value="undefined" disabled>Channel to bind the playlist to</option>
73 <option></option> 74 <option></option>
74 <option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option> 75 <option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option>
75 </select> 76 </select>