Skip to content

Commit fd1b315

Browse files
committed
Avoid excluding fields
1 parent 54604f2 commit fd1b315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/published-data/pipes/registered.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class RegisteredFilterPipe implements PipeTransform<
2727
value?.filter ?? {},
2828
this.request.isAuthenticated(),
2929
);
30-
return { filter: withRegistered };
30+
return { ...value, filter: withRegistered };
3131
}
3232
}
3333

0 commit comments

Comments
 (0)