work in progress
This commit is contained in:
parent
e11fb5d225
commit
1c9c0a4cbf
1 changed files with 9 additions and 0 deletions
|
@ -495,6 +495,15 @@ export function CommentCreate(props: Props) {
|
||||||
type={advancedEditor ? 'markdown' : 'textarea'}
|
type={advancedEditor ? 'markdown' : 'textarea'}
|
||||||
textAreaMaxLength={FF_MAX_CHARS_IN_COMMENT}
|
textAreaMaxLength={FF_MAX_CHARS_IN_COMMENT}
|
||||||
/>
|
/>
|
||||||
|
<FormField
|
||||||
|
label={
|
||||||
|
<div className="commentCreate__labelWrapper">
|
||||||
|
<span className="commentCreate__label">{(isReply ? __('Replying as') : __('Comment as')) + ' '}</span>
|
||||||
|
<SelectChannel tiny />
|
||||||
|
</div>
|
||||||
|
}
|
||||||
|
type={advancedEditor ? 'markdown' : 'textarea'}
|
||||||
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue