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 2146623 commit ba31a1dCopy full SHA for ba31a1d
test/UnitTest/Components/UploadCardTest.cs
@@ -54,6 +54,7 @@ public async Task CardUpload_Ok()
54
55
cut.SetParametersAndRender(pb =>
56
{
57
+ pb.Add(a => a.IconTemplate, (RenderFragment<UploadFile>?)null);
58
pb.Add(a => a.OnZoomAsync, file =>
59
60
zoom = true;
0 commit comments