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 74053c0 commit 4ade24eCopy full SHA for 4ade24e
test/UnitTest/Components/UploadAvatarTest.cs
@@ -17,6 +17,7 @@ public async Task AvatarUpload_Ok()
17
UploadFile? uploadFile = null;
18
var cut = Context.RenderComponent<AvatarUpload<string>>(pb =>
19
{
20
+ pb.Add(a => a.CanPreviewCallback, null);
21
pb.Add(a => a.IsMultiple, true);
22
pb.Add(a => a.OnChange, file =>
23
0 commit comments