Skip to content

Commit

Permalink
Merge pull request #565 from inveniosoftware-contrib/fix_revert
Browse files Browse the repository at this point in the history
fix unsuccessful revert
  • Loading branch information
karolina-siemieniuk-morawska authored Jan 30, 2024
2 parents 744d83d + 3002435 commit 6e0c92d
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 6e0c92d

Please sign in to comment.