Merge pull request #3346 from sbwalker/dev

display uploaded file name in FileManager when ShowFiles = false
This commit is contained in:
Shaun Walker
2023-09-28 15:35:26 -04:00
committed by GitHub

View File

@ -40,6 +40,13 @@
</div>
</div>
}
else
{
if (_file != null)
{
<input class="form-control" @bind="@_file.Name" disabled />
}
}
@if (ShowUpload && _haseditpermission)
{
<div class="row">