Skip to content

Commit ba77dbf

Browse files
committed
refactor: 精简代码
1 parent 4d7a8e1 commit ba77dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Tab/Tab.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public partial class Tab : IHandlerException
329329

330330
private Placement LastPlacement { get; set; }
331331

332-
private string DraggableString => AllowDrag ? "true" : "false";
332+
private string? DraggableString => AllowDrag ? "true" : null;
333333

334334
/// <summary>
335335
/// <inheritdoc/>

0 commit comments

Comments
 (0)