chore(beta-deploy): refactor GlobalIntelligence for AOT/Regex compliance and apply CSS polish

This commit is contained in:
2026-06-01 18:59:13 +02:00
parent 036ae26109
commit 5340be3045
5 changed files with 32 additions and 14 deletions
@@ -233,7 +233,7 @@
OnAssistantClick="OpenAssistant"
Checkpoints="@StateService.CurrentCheckpoints" />
<GlobalIntelligence IsOpen="@_isAssistantOpen" OnClose="CloseAssistant" />
<GlobalIntelligence IsOpen="@_isAssistantOpen" OnClose="CloseAssistant" TenantId="@context.User.FindFirst("TenantId")?.Value" />
}
</Authorized>
<Authorizing>