Port search object dialog to React. Fixes #7622

This commit is contained in:
Akshay Joshi
2022-08-30 17:08:12 +05:30
parent 71a4b20d90
commit e58b9c767b
31 changed files with 884 additions and 1812 deletions

View File

@@ -94,6 +94,7 @@ define('pgadmin.misc.cloud', [
<Theme>
<CloudWizard nodeInfo={info} nodeData={d}
onClose={() => {
ReactDOM.unmountComponentAtNode(j[0]);
panel.close();
}}/>
</Theme>, j[0]);