mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
Use refCount: true to avoid potential memory leak (#8796)
This commit is contained in:
parent
c3d4c7aa3d
commit
c21a58f2fb
@ -194,7 +194,7 @@ export class GroupAddEditComponent implements OnInit, OnDestroy {
|
||||
}),
|
||||
);
|
||||
}),
|
||||
shareReplay({ refCount: false }),
|
||||
shareReplay({ refCount: true, bufferSize: 1 }),
|
||||
);
|
||||
|
||||
restrictGroupAccess$ = combineLatest([
|
||||
|
Loading…
Reference in New Issue
Block a user