Fix error

This commit is contained in:
Peter Maquiran
2021-11-19 15:02:36 +01:00
parent 56e3f7ccd7
commit c29aac8a44
@@ -18,7 +18,7 @@ export class PublicationEventFolderService {
setTimeout(()=>{
let restore = localstoreService.get(this.keyName, [])
this._list = restore.list
this._list = restore.list || []
}, 10)
}