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 e8383bc commit 7212ff0Copy full SHA for 7212ff0
1 file changed
src/BootstrapBlazor/Components/Upload/DropUpload.razor
@@ -1,4 +1,4 @@
1
-@namespace BootstrapBlazor.Components
+@namespace BootstrapBlazor.Components
2
@inherits FileListUploadBase<string>
3
4
@if (IsShowLabel)
@@ -51,7 +51,8 @@
51
@if (ShowUploadFileList)
52
{
53
<UploadPreviewList Items="Files" IsDisabled="@IsDisabled" ShowProgress="@ShowProgress"
54
- OnGetFileFormat="@OnGetFileFormat" OnCancel="OnCancel" CancelIcon="@CancelIcon" LoadingIcon="@LoadingIcon"
+ OnGetFileFormat="@OnGetFileFormat" OnCancel="OnCancel"
55
+ CancelIcon="@CancelIcon" LoadingIcon="@LoadingIcon"
56
InvalidStatusIcon="@InvalidStatusIcon" ValidStatusIcon="@ValidStatusIcon"
57
ShowDownloadButton="@ShowDownloadButton" DownloadIcon="@DownloadIcon" OnDownload="@OnDownload"
58
DeleteIcon="@DeleteIcon" OnDelete="@OnFileDelete">
0 commit comments