Skip to content

Commit

Permalink
fix: fix issue when calling getContent with a new component instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC authored and javier-godoy committed Oct 19, 2024
1 parent 026f1db commit c25b1de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MarkdownEditor extends BaseMarkdownComponent {
* Constructor with empty content.
*/
public MarkdownEditor() {
super(null);
super("");
}

/**
Expand Down

0 comments on commit c25b1de

Please sign in to comment.