aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-add/video-add.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/video-add/video-add.component.ts')
-rw-r--r--client/src/app/videos/video-add/video-add.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/video-add/video-add.component.ts b/client/src/app/videos/video-add/video-add.component.ts
index 0a8b8293b..b7bf1534f 100644
--- a/client/src/app/videos/video-add/video-add.component.ts
+++ b/client/src/app/videos/video-add/video-add.component.ts
@@ -130,6 +130,7 @@ export class VideoAddComponent extends FormReactive implements OnInit {
130 130
131 removeTag(tag: string) { 131 removeTag(tag: string) {
132 this.tags.splice(this.tags.indexOf(tag), 1); 132 this.tags.splice(this.tags.indexOf(tag), 1);
133 this.form.get('currentTag').enable();
133 } 134 }
134 135
135 upload() { 136 upload() {