mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
Rename markdown-textarea ID's
This commit is contained in:
parent
197b736f3e
commit
a5dc5c0b3f
1 changed files with 3 additions and 2 deletions
|
@ -63,8 +63,9 @@ export class MarkdownTextArea extends Component<
|
|||
MarkdownTextAreaProps,
|
||||
MarkdownTextAreaState
|
||||
> {
|
||||
private id = `comment-textarea-${randomStr()}`;
|
||||
private formId = `comment-form-${randomStr()}`;
|
||||
private id = `markdown-textarea-${randomStr()}`;
|
||||
private formId = `markdown-form-${randomStr()}`;
|
||||
|
||||
private tribute: any;
|
||||
|
||||
state: MarkdownTextAreaState = {
|
||||
|
|
Loading…
Reference in a new issue