Skip to content

Commit

Permalink
Merge pull request #553 from karolina-siemieniuk-morawska/revert-548-…
Browse files Browse the repository at this point in the history
…fix_removing_list_items

Revert "fixed updating json data"
  • Loading branch information
karolina-siemieniuk-morawska authored Jan 25, 2024
2 parents 9951b2b + 2a3eb38 commit 4b41c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/services/json-store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 4b41c38

Please sign in to comment.