Skip to content

Commit

Permalink
!fixup feat(text-editor): implement label prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarokh committed Apr 24, 2024
1 parent 6ad2364 commit 583fc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/text-editor/text-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class TextEditor implements FormComponent<string> {

public render() {
return (
<fieldset>
<fieldset disabled={this.readonly || this.disabled}>
{this.renderLabel()}
{this.renderEditor()}
</fieldset>
Expand Down

0 comments on commit 583fc64

Please sign in to comment.