main data of refresh

This commit is contained in:
Peter Maquiran
2023-07-06 13:35:11 +01:00
parent 10eaf29645
commit 9676bab7eb
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ class _DocumentManagementStore {
constructor() {
this.session = localstoreService.get(this.keyName, {})
const restore = localstoreService.get(this.keyName, {})
this.session = restore.session
}
get keyName() {