Rename markdown-textarea ID's

This commit is contained in:
Zetaphor 2023-06-16 14:09:35 -03:00
parent 197b736f3e
commit a5dc5c0b3f

View file

@ -63,8 +63,9 @@ export class MarkdownTextArea extends Component<
MarkdownTextAreaProps, MarkdownTextAreaProps,
MarkdownTextAreaState MarkdownTextAreaState
> { > {
private id = `comment-textarea-${randomStr()}`; private id = `markdown-textarea-${randomStr()}`;
private formId = `comment-form-${randomStr()}`; private formId = `markdown-form-${randomStr()}`;
private tribute: any; private tribute: any;
state: MarkdownTextAreaState = { state: MarkdownTextAreaState = {