]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
fix reactive file upload button
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-playlists / my-account-video-playlist-edit.component.html
index ff9cd37eacaa3fbceba03873b2361db4c5949576..e61509efd21576dce0771ab2c0f0d663140ac28c 100644 (file)
@@ -70,6 +70,7 @@
           <label i18n>Channel</label>
           <div class="peertube-select-container">
             <select formControlName="videoChannelId" class="form-control">
+              <option i18n value="undefined" disabled>Channel to bind the playlist to</option>
               <option></option>
               <option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option>
             </select>