zone.js: fixed minor issue in UI code.

This commit is contained in:
Shreyas Zare
2024-10-26 17:34:27 +05:30
parent 2738a4e325
commit e22f443e13

View File

@@ -702,6 +702,7 @@ function refreshZones(checkDisplay, pageNumber) {
divViewZones.show(); divViewZones.show();
}, },
invalidToken: function () { invalidToken: function () {
divViewZonesLoader.hide();
showPageLogin(); showPageLogin();
}, },
objLoaderPlaceholder: divViewZonesLoader objLoaderPlaceholder: divViewZonesLoader