diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts b/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts index 49ba44fa87..eb7e0046c6 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/collection/default/collection-default.context.ts @@ -125,7 +125,6 @@ export class UmbDefaultCollectionContext< this.#filter.setValue({ ...this.#defaultFilter, ...this.#config, - ...this.#filter.getValue(), ...filterValue, skip: filterValue.skip ?? 0, take: this.#config.pageSize,