Skip to content

Commit fa5eeb7

Browse files
chore: enable connection state component
1 parent ef7b9dc commit fa5eeb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/2-Clients/WebApp/Pages/_Host.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<body style="background-color:#362e6f; font-family: @LocalizationSettings.GetCurrentLanguageFont() !important;">
2424

2525
<component type="typeof(App)" render-mode="ServerPrerendered" />
26+
<component type="typeof(ConnectionState)" render-mode="ServerPrerendered" />
2627

2728
<script src="js/cb.webapp.spa.min.js"></script>
2829
<script src="_framework/blazor.server.js"></script>

0 commit comments

Comments
 (0)