diff options
author | Chocobozzz <me@florianbigard.com> | 2018-11-16 17:02:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-11-16 17:02:21 +0100 |
commit | d8c9996ce2b4de3ef1f2d36f63e461006bab58ed (patch) | |
tree | a6ce2cc4f5954fd37dded642d5bab5ee0ce70f93 /client/src/app/videos | |
parent | 58d515e32fe1d0133435b3a5e550c6ff24906fff (diff) | |
download | PeerTube-d8c9996ce2b4de3ef1f2d36f63e461006bab58ed.tar.gz PeerTube-d8c9996ce2b4de3ef1f2d36f63e461006bab58ed.tar.zst PeerTube-d8c9996ce2b4de3ef1f2d36f63e461006bab58ed.zip |
Improve message visibility on signup
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 () { |