diff --git a/Oqtane.Client/Modules/Controls/FileManager.razor b/Oqtane.Client/Modules/Controls/FileManager.razor index d779531e..1bbe4581 100644 --- a/Oqtane.Client/Modules/Controls/FileManager.razor +++ b/Oqtane.Client/Modules/Controls/FileManager.razor @@ -84,6 +84,14 @@ } } } + @if (!string.IsNullOrEmpty(_message)) + { +
+
+ +
+
+ } @if (_image != string.Empty) @@ -93,14 +101,6 @@ } - @if (!string.IsNullOrEmpty(_message)) - { -
-
- -
-
- } }