Fix Bug 2344: OSM Version is not showing while refreshing the UI dashboard
[osm/NG-UI.git] / src / services / SharedService.ts
index f3b70fa..8fb51bf 100644 (file)
@@ -413,6 +413,7 @@ export class SharedService {
             const version: string[] = res.version.split('+');
             if (!isNullOrUndefined(version[0])) {
                 this.osmVersion = version[0];
+                sessionStorage.setItem('version', version[0]);
             } else {
                 this.osmVersion = null;
             }