Merge pull request #3745 from sbwalker/dev

set Html/Text module to Static rendering
This commit is contained in:
Shaun Walker 2024-02-08 15:53:47 -05:00 committed by GitHub
commit e2f6dcab01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,8 @@
@code {
private string content = "";
public override string RenderMode => RenderModes.Static;
protected override async Task OnParametersSetAsync()
{
try