This commit is contained in:
jonaswinkler 2021-04-04 01:25:54 +02:00
parent d13baab0a6
commit c49471fb3b

View File

@ -114,6 +114,7 @@ export class DocumentListComponent implements OnInit, OnDestroy {
}
this.savedViewService.patch(savedView).subscribe(result => {
this.toastService.showInfo($localize`View "${this.list.activeSavedViewTitle}" saved successfully.`)
this.unmodifiedFilterRules = this.list.filterRules
})
}
}