Skip to content

Commit

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

fixed updating json data
  • Loading branch information
MJedr authored Sep 19, 2023
2 parents b57413b + e6bc2f1 commit b04c500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/services/json-store.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ 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 b04c500

Please sign in to comment.