mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
main data of refresh
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user