Skip to content

Commit fcf6a9a

Browse files
committed
feat: 增加 IsKeepDisabled 参数
1 parent 85a4258 commit fcf6a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Table/TableExtensionButton.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
case TableCellPopConfirmButton { IsShow: true } pb:
2020
<PopConfirmButton AdditionalAttributes="pb.AdditionalAttributes"
2121
Color="@pb.Color" Icon="@pb.Icon" Text="@pb.Text"
22-
IsAsync="@pb.IsAsync" IsKeepDisabled="b.IsKeepDisabled"
22+
IsAsync="@pb.IsAsync" IsKeepDisabled="pb.IsKeepDisabled"
2323
Size="pb.Size" ShowShadow="@pb.ShowShadow" IsDisabled="@pb.IsDisabled"
2424
IsBlock="@pb.IsBlock" IsOutline="@pb.IsOutline"
2525
OnBeforeClick="@pb.OnBeforeClick" OnClose="@pb.OnClose" OnConfirm="() => OnClickConfirm(pb)"

0 commit comments

Comments
 (0)