We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54604f2 commit fd1b315Copy full SHA for fd1b315
src/published-data/pipes/registered.pipe.ts
@@ -27,7 +27,7 @@ export class RegisteredFilterPipe implements PipeTransform<
27
value?.filter ?? {},
28
this.request.isAuthenticated(),
29
);
30
- return { filter: withRegistered };
+ return { ...value, filter: withRegistered };
31
}
32
33
0 commit comments