diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection.context.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection.context.ts index 1118763ca4..828205334d 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection.context.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection.context.ts @@ -24,8 +24,8 @@ export class UmbCollectionContext< /* TODO: - private _search: BehaviorSubject = new BehaviorSubject(''); - public readonly search: Observable = this._search.asObservable(); + private _search = new UniqueBehaviorSubject(''); + public readonly search = this._search.asObservable(); */ constructor(host: UmbControllerHostInterface, entityKey: string | null, storeAlias: string) {