fix .NET MAUI integration

This commit is contained in:
sbwalker
2024-01-31 15:43:17 -05:00
parent c5de56790a
commit c66982c9bc
4 changed files with 8 additions and 5 deletions

View File

@ -285,7 +285,7 @@
Action = action,
EditMode = editmode,
LastSyncDate = lastsyncdate,
Runtime = Shared.Runtime.Hybrid,
Runtime = (Shared.Runtime)Enum.Parse(typeof(Shared.Runtime), Runtime),
RenderMode = RenderMode,
VisitorId = VisitorId,
RemoteIPAddress = SiteState.RemoteIPAddress,