Same thing, wait for promise to return =/

This commit is contained in:
Michael Shamoon 2021-01-06 11:12:13 -08:00
parent 4d5a63bf06
commit 0111b43ca9

View File

@ -73,14 +73,14 @@ export class DocumentListComponent implements OnInit {
}
this.list.savedView = view
this.list.reload()
this.rulesChanged()
})
} else {
this.list.savedView = null
this.list.reload()
this.rulesChanged()
}
})
this.rulesChanged()
}
loadViewConfig(view: PaperlessSavedView) {