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 4d7a8e1 commit ba77dbfCopy full SHA for ba77dbf
src/BootstrapBlazor/Components/Tab/Tab.razor.cs
@@ -329,7 +329,7 @@ public partial class Tab : IHandlerException
329
330
private Placement LastPlacement { get; set; }
331
332
- private string DraggableString => AllowDrag ? "true" : "false";
+ private string? DraggableString => AllowDrag ? "true" : null;
333
334
/// <summary>
335
/// <inheritdoc/>
0 commit comments