From 73a4c871211ce4dbb0358e36a477cd6a3d4534e2 Mon Sep 17 00:00:00 2001 From: Argo-Cloud Date: Tue, 20 Apr 2021 12:31:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Transfer=20=E5=86=85=E9=83=A8=20Checkbox?= =?UTF-8?q?=20=E4=B8=BA=E9=92=88=E5=AF=B9=20ValidateForm=20=E9=80=82?= =?UTF-8?q?=E9=85=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/BootstrapBlazor/Components/Transfer/TransferPanel.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BootstrapBlazor/Components/Transfer/TransferPanel.razor b/src/BootstrapBlazor/Components/Transfer/TransferPanel.razor index 0e05891f2..38d4b235d 100644 --- a/src/BootstrapBlazor/Components/Transfer/TransferPanel.razor +++ b/src/BootstrapBlazor/Components/Transfer/TransferPanel.razor @@ -3,7 +3,7 @@

-

@@ -22,7 +22,7 @@ { var state = item.Active ? CheckboxState.Checked : CheckboxState.UnChecked; } } -- Gitee