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 8979778 commit acf4460Copy full SHA for acf4460
2 files changed
src/components/BootstrapBlazor.Tasks.Dashboard/TaskDashboard.razor
@@ -1,4 +1,4 @@
1
-@namespace BootstrapBlazor.Components.Tasks
+@namespace BootstrapBlazor.Components.Tasks
2
@inherits BootstrapComponentBase
3
4
<div @attributes="AdditionalAttributes" class="@ClassString">
src/components/BootstrapBlazor.Tasks.Dashboard/TaskInfo.razor
@@ -1,3 +1,3 @@
-<BootstrapBlazor.Components.Console Items="@Messages" Height="280" ShowAutoScroll="true" HeaderText="@HeaderText" />
+<BootstrapBlazor.Components.Console Items="@Messages" Height="280" ShowAutoScroll="true" HeaderText="@HeaderText"></BootstrapBlazor.Components.Console>
0 commit comments