diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-20 15:56:16 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-20 15:56:16 +0200 |
commit | 9bc3622320dc43474ce4b60c222ec25e6e657b97 (patch) | |
tree | 081aadbe0c3e69425dbe1946d98fd890785c1aef /client/src/app/+manage/video-channel-edit/video-channel-edit.component.html | |
parent | 3031971ec21ed6400d3b73d1f7e00b44d1617667 (diff) | |
download | PeerTube-9bc3622320dc43474ce4b60c222ec25e6e657b97.tar.gz PeerTube-9bc3622320dc43474ce4b60c222ec25e6e657b97.tar.zst PeerTube-9bc3622320dc43474ce4b60c222ec25e6e657b97.zip |
Handle input error in markdown textarea
Diffstat (limited to 'client/src/app/+manage/video-channel-edit/video-channel-edit.component.html')
-rw-r--r-- | client/src/app/+manage/video-channel-edit/video-channel-edit.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html index 420881f5a..b557fb011 100644 --- a/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html +++ b/client/src/app/+manage/video-channel-edit/video-channel-edit.component.html | |||
@@ -68,7 +68,7 @@ | |||
68 | ></my-help> | 68 | ></my-help> |
69 | 69 | ||
70 | <my-markdown-textarea | 70 | <my-markdown-textarea |
71 | id="support" formControlName="support" textareaMaxWidth="500px" markdownType="enhanced" | 71 | id="support" formControlName="support" markdownType="enhanced" |
72 | [formError]="formErrors['support']" | 72 | [formError]="formErrors['support']" |
73 | ></my-markdown-textarea> | 73 | ></my-markdown-textarea> |
74 | </div> | 74 | </div> |