display uploaded file name in FileManager when ShowFiles = false
This commit is contained in:
		| @ -40,6 +40,13 @@ | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     } | ||||
|                     else | ||||
|                     { | ||||
|                         if (_file != null) | ||||
|                         { | ||||
|                             <input class="form-control" @bind="@_file.Name" disabled /> | ||||
|                         } | ||||
|                     } | ||||
|                     @if (ShowUpload && _haseditpermission) | ||||
|                     { | ||||
|                         <div class="row"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sbwalker
					sbwalker