SDA-4100 Reload SDA should reload pod URL and not current URL (#1828)

This commit is contained in:
Salah Benmoussati
2023-04-03 16:36:43 +02:00
committed by sbenmoussati
parent b730580b59
commit 4237c60230

View File

@@ -822,7 +822,7 @@ export const reloadWindow = (browserWindow: ICustomBrowserWindow) => {
!mainWebContents.isDestroyed()
) {
logger.info(`window-utils: reloading the main window`);
mainWebContents.reload();
windowHandler.reloadSymphony();
windowHandler.closeAllWindows();