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

@ -1,9 +1,9 @@
using System;
using System.IO;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Oqtane.Models;
using Oqtane.Repository;
using Oqtane.Shared;
namespace Oqtane.Infrastructure
{