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 d5bc683 commit 05915a6Copy full SHA for 05915a6
1 file changed
src/components/BootstrapBlazor.Tasks.Dashboard/TaskInfo.razor.cs
@@ -23,7 +23,7 @@ public partial class TaskInfo : IDisposable
23
/// 获得/设置 日志窗口标题文本
24
/// </summary>
25
[Parameter]
26
- public string? HeaderText { get; set; }
+ public string? HeaderText { get; set; }
27
28
private List<ConsoleMessageItem> Messages { get; } = new(24);
29
0 commit comments