fix: resolve session edit crashes and rendering mode bugs
Deploy Telegram Bot / build-and-push (push) Successful in 3m29s
Deploy Telegram Bot / deploy (push) Successful in 11s

This commit is contained in:
2026-04-17 15:13:57 +03:00
parent d71a84b8aa
commit 55bc0dedb7
3 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -11,11 +11,11 @@
<link rel="stylesheet" href="@Assets["GmRelay.Web.styles.css"]" />
<ImportMap />
<link rel="icon" type="image/png" href="favicon.png" />
<HeadOutlet />
<HeadOutlet @rendermode="InteractiveServer" />
</head>
<body>
<Routes />
<Routes @rendermode="InteractiveServer" />
<ReconnectModal />
<script src="@Assets["_framework/blazor.web.js"]"></script>
</body>