From 475a4d0eba5f40ba94a54aaaefcaf9ddb866ac8f Mon Sep 17 00:00:00 2001 From: Branko Zachemsky Date: Mon, 2 Feb 2026 13:45:37 +0100 Subject: [PATCH] packages and composer --- Directory.Packages.props | 12 ++++++------ .../Components/VisualComposerContainer.razor | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 583e41ccf..3bb780958 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -11,12 +11,12 @@ - - - - - - + + + + + + diff --git a/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor b/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor index 88032f7ce..db0451ec7 100644 --- a/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor +++ b/src/base/src/AXOpen.VisualComposer/Components/VisualComposerContainer.razor @@ -123,8 +123,8 @@ } @if (!string.IsNullOrEmpty(CurrentView.ImgSrc)) { -
- +
+
} @@ -147,8 +147,8 @@ } @if (!string.IsNullOrEmpty(CurrentView.ImgSrc)) { -
- +
+
} @@ -607,8 +607,8 @@ } @if (!string.IsNullOrEmpty(CurrentView.ImgSrc)) { -
- +
+
}