mirror of
https://github.com/bitwarden/browser
synced 2026-02-03 10:13:31 +00:00
PM-27291 undo changes to scan done previously
This commit is contained in:
@@ -726,7 +726,7 @@ export class RiskInsightsOrchestratorService {
|
||||
scan((prevState: ReportState, currState: ReportState) => ({
|
||||
...prevState,
|
||||
...currState,
|
||||
data: currState.data,
|
||||
data: currState.data !== null ? currState.data : prevState.data,
|
||||
})),
|
||||
startWith({ loading: false, error: null, data: null }),
|
||||
shareReplay({ bufferSize: 1, refCount: true }),
|
||||
|
||||
Reference in New Issue
Block a user