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 cd86592 commit 459ab2fCopy full SHA for 459ab2f
src/BootstrapBlazor/Components/Upload/CardUpload.razor
@@ -32,7 +32,7 @@
32
<div class="upload-item-size"><span>@item.GetFileName()</span> (@item.Size.ToFileSizeString())</div>
33
<div class="upload-item-actions">
34
<div class="btn-group">
35
- @if (ActionButtonTemplate)
+ @if (ActionButtonTemplate != null)
36
{
37
@ActionButtonTemplate(item)
38
}
0 commit comments