mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
bugfix
This commit is contained in:
parent
d13baab0a6
commit
c49471fb3b
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ export class DocumentListComponent implements OnInit, OnDestroy {
|
||||||
}
|
}
|
||||||
this.savedViewService.patch(savedView).subscribe(result => {
|
this.savedViewService.patch(savedView).subscribe(result => {
|
||||||
this.toastService.showInfo($localize`View "${this.list.activeSavedViewTitle}" saved successfully.`)
|
this.toastService.showInfo($localize`View "${this.list.activeSavedViewTitle}" saved successfully.`)
|
||||||
|
this.unmodifiedFilterRules = this.list.filterRules
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue