fix #4017 - SiteState being lost in server rendered scenarios

This commit is contained in:
sbwalker
2024-03-19 13:53:05 -04:00
parent 0bb8ae540d
commit 3eb9de57ef
5 changed files with 3 additions and 15 deletions

View File

@ -2,10 +2,10 @@ using System.Linq;
using Oqtane.Documentation;
using System.Collections.Generic;
using Microsoft.Extensions.Caching.Memory;
using Oqtane.Infrastructure;
using System;
using Microsoft.EntityFrameworkCore;
using System.Threading.Tasks;
using Oqtane.Shared;
namespace Oqtane.Modules.HtmlText.Repository
{