diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts index 34648cdcb4..c64477eaf2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts @@ -45,8 +45,9 @@ export class UmbSectionDefaultElement extends UmbLitElement implements UmbSectio super(); new UmbExtensionsElementController(this, 'sectionSidebarApp', null, (sidebarApps) => { + const oldValue = this._sidebarApps; this._sidebarApps = sidebarApps; - this.requestUpdate('_sidebarApps'); + this.requestUpdate('_sidebarApps', oldValue); }); this.#createRoutes();