aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html')
-rw-r--r--client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html11
1 files changed, 4 insertions, 7 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 e61509efd..56060359a 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
@@ -68,13 +68,10 @@
68 68
69 <div class="form-group"> 69 <div class="form-group">
70 <label i18n>Channel</label> 70 <label i18n>Channel</label>
71 <div class="peertube-select-container"> 71
72 <select formControlName="videoChannelId" class="form-control"> 72 <my-select-channel
73 <option i18n value="undefined" disabled>Channel to bind the playlist to</option> 73 labelForId="videoChannelIdl" [items]="userVideoChannels" formControlName="videoChannelId"
74 <option></option> 74 ></my-select-channel>
75 <option *ngFor="let channel of userVideoChannels" [value]="channel.id">{{ channel.label }}</option>
76 </select>
77 </div>
78 75
79 <div *ngIf="formErrors['videoChannelId']" class="form-error"> 76 <div *ngIf="formErrors['videoChannelId']" class="form-error">
80 {{ formErrors['videoChannelId'] }} 77 {{ formErrors['videoChannelId'] }}