Same thing, wait for promise to return =/

This commit is contained in:
Michael Shamoon 2021-01-06 11:12:13 -08:00
parent 716005fbd2
commit ac459b84c6

View File

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