From 2a3eb389934364189d86978e81573c19b5336738 Mon Sep 17 00:00:00 2001 From: Karolina Siemieniuk-Morawska Date: Wed, 4 Oct 2023 13:39:42 +0200 Subject: [PATCH] Revert "fixed updating json data" --- src/shared/services/json-store.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/services/json-store.service.ts b/src/shared/services/json-store.service.ts index de09947..cc01ec3 100644 --- a/src/shared/services/json-store.service.ts +++ b/src/shared/services/json-store.service.ts @@ -88,7 +88,6 @@ export class JsonStoreService { this.pushRevertPatchToHistory(path, 'add'); this.json = this.json.removeIn(path); - this.json$.next(this.json); this.keysStoreService.deletePath(path); }