diff --git a/frontend/src/app/features/administration/state/users.state.ts b/frontend/src/app/features/administration/state/users.state.ts index b0eb057d8..b326e8043 100644 --- a/frontend/src/app/features/administration/state/users.state.ts +++ b/frontend/src/app/features/administration/state/users.state.ts @@ -148,7 +148,7 @@ export class UsersState extends State { tap(updated => { this.replaceUser(updated); }), - shareSubscribed(this.dialogs)); + shareSubscribed(this.dialogs, { silent: true })); } public lock(user: UserDto): Observable {