Removed duplicate value

This commit is contained in:
leekelleher
2024-05-23 09:36:33 +01:00
parent b0b3d8cd7f
commit a9a12e76c8

View File

@@ -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,