mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Port search object dialog to React. Fixes #7622
This commit is contained in:
@@ -94,6 +94,7 @@ define('pgadmin.misc.cloud', [
|
||||
<Theme>
|
||||
<CloudWizard nodeInfo={info} nodeData={d}
|
||||
onClose={() => {
|
||||
ReactDOM.unmountComponentAtNode(j[0]);
|
||||
panel.close();
|
||||
}}/>
|
||||
</Theme>, j[0]);
|
||||
|
||||
Reference in New Issue
Block a user