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 11a2d76 commit 0aaa130Copy full SHA for 0aaa130
src/BootstrapBlazor.Server/Components/Samples/UploadDrops.razor
@@ -54,7 +54,7 @@
54
</section>
55
<DropUpload OnChange="@OnDropUpload" FooterText="@Localizer["DropUploadFooterText"]"
56
IsDisabled="@_isDisabled" IsMultiple="@_isMultiple"
57
- ShowProgress="@_showProgress" ShowFooter="@_showFooter"></DropUpload>
+ ShowProgress="@_showProgress" ShowUploadFileList="@_showUploadFileList" ShowFooter="@_showFooter"></DropUpload>
58
</DemoBlock>
59
60
<AttributeTable Items="@GetAttributes()"></AttributeTable>
0 commit comments