mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-28 15:53:05 +00:00
Merge pull request #4261 from sbwalker/dev
fix #4232 - Html/Text module not initializing content
This commit is contained in:
commit
d10e31c278
@ -29,6 +29,7 @@
|
||||
{
|
||||
try
|
||||
{
|
||||
content = "";
|
||||
if (ShouldRender())
|
||||
{
|
||||
var htmltext = await HtmlTextService.GetHtmlTextAsync(ModuleState.ModuleId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user