diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts index f7e767c302..ca67b70a05 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts @@ -33,6 +33,7 @@ export class UmbCollectionViewBundleElement extends UmbLitElement { this.observe( this.#collectionContext!.currentView, (view) => { + //TODO: This is not called when the view is changed this._currentView = view; }, 'umbCurrentCollectionViewObserver',