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:
@@ -56,6 +56,7 @@ export default class ImportExportServersModule {
|
||||
<Theme>
|
||||
<ImportExportServers
|
||||
onClose={() => {
|
||||
ReactDOM.unmountComponentAtNode(j[0]);
|
||||
panel.close();
|
||||
}}/>
|
||||
</Theme>, j[0]);
|
||||
|
||||
Reference in New Issue
Block a user