1
0
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:
voommen-livefront
2025-10-29 17:29:22 -05:00
parent f8f345dd35
commit 08dc28f309

View File

@@ -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 }),