Skip to content

Commit

Permalink
Merge pull request #128 from skrivle/UP-2027
Browse files Browse the repository at this point in the history
Up 2027
  • Loading branch information
ccantill authored Sep 22, 2020
2 parents db581cb + f4e76ee commit 0ccdc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powergrid",
"version": "2.4.2",
"version": "2.4.3",
"main": "web/main.js",
"types": "web/main.d.ts",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions web/datasources/asynctreegriddatasource.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ define(['../utils'], function (utils) {
this.recordByIdMap = {};

this.view = undefined;
this.viewPromise = undefined;
this.shadowTree = undefined;

self.trigger("dataloaded");
Expand Down

0 comments on commit 0ccdc6b

Please sign in to comment.