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 3b893bb commit 801a5adCopy full SHA for 801a5ad
test/UnitTest/Components/SelectTest.cs
@@ -1167,6 +1167,7 @@ public async Task OnBeforeSelectedItemChange_OK()
1167
pb.Add(a => a.SwalCategory, SwalCategory.Question);
1168
pb.Add(a => a.SwalTitle, "Swal-Title");
1169
pb.Add(a => a.SwalContent, "Swal-Content");
1170
+ pb.Add(a => a.ShowSwal, true);
1171
pb.Add(a => a.OnBeforeSelectedItemChange, item => Task.FromResult(true));
1172
pb.Add(a => a.OnSelectedItemChanged, item => Task.CompletedTask);
1173
pb.Add(a => a.SwalFooter, "test-swal-footer");
0 commit comments