We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299e143 commit e569dafCopy full SHA for e569daf
src/BootstrapBlazor/Components/Reconnector/ReconnectorContent.razor
@@ -2,7 +2,7 @@
2
@inherits BootstrapModuleComponentBase
3
@attribute [BootstrapModuleAutoLoader("Reconnector/ReconnectorContent.razor.js", AutoInvokeDispose = false)]
4
5
-<div id="components-reconnect-modal">
+<div id="components-reconnect-modal" data-nosnippet>
6
<div class="reconnect-state show">
7
@if (ReconnectingTemplate != null)
8
{
0 commit comments