diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts index 796fbe531..eaf819726 100644 --- a/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts +++ b/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts | |||
@@ -60,6 +60,7 @@ export class VideoCaptionAddModalComponent extends FormReactive implements OnIni | |||
60 | hide () { | 60 | hide () { |
61 | this.closingModal = true | 61 | this.closingModal = true |
62 | this.openedModal.close() | 62 | this.openedModal.close() |
63 | this.form.reset() | ||
63 | } | 64 | } |
64 | 65 | ||
65 | isReplacingExistingCaption () { | 66 | isReplacingExistingCaption () { |