Port browser tree to React. Fixes #6129

This commit is contained in:
Khushboo Vashi
2021-09-27 16:44:26 +05:30
committed by Akshay Joshi
parent d983225683
commit 483e2ca8d0
99 changed files with 2339 additions and 1785 deletions

View File

@@ -495,7 +495,7 @@ define('pgadmin.preferences', [
view: {duration: 75},
});
modifyAnimation.modifyAcitreeAnimation(pgBrowser, jTree.aciTree('api'));
if (jTree.aciTree('api')) modifyAnimation.modifyAcitreeAnimation(pgBrowser, jTree.aciTree('api'));
this.show();
},