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 85a4258 commit fcf6a9aCopy full SHA for fcf6a9a
src/BootstrapBlazor/Components/Table/TableExtensionButton.razor
@@ -19,7 +19,7 @@
19
case TableCellPopConfirmButton { IsShow: true } pb:
20
<PopConfirmButton AdditionalAttributes="pb.AdditionalAttributes"
21
Color="@pb.Color" Icon="@pb.Icon" Text="@pb.Text"
22
- IsAsync="@pb.IsAsync" IsKeepDisabled="b.IsKeepDisabled"
+ IsAsync="@pb.IsAsync" IsKeepDisabled="pb.IsKeepDisabled"
23
Size="pb.Size" ShowShadow="@pb.ShowShadow" IsDisabled="@pb.IsDisabled"
24
IsBlock="@pb.IsBlock" IsOutline="@pb.IsOutline"
25
OnBeforeClick="@pb.OnBeforeClick" OnClose="@pb.OnClose" OnConfirm="() => OnClickConfirm(pb)"
0 commit comments