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

@@ -56,6 +56,7 @@ export default class ImportExportServersModule {
<Theme>
<ImportExportServers
onClose={() => {
ReactDOM.unmountComponentAtNode(j[0]);
panel.close();
}}/>
</Theme>, j[0]);