mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
rxjs7 compatibility
This commit is contained in:
parent
0d7438e398
commit
3653045922
2 changed files with 27 additions and 27 deletions
|
|
@ -356,7 +356,7 @@ export class FilterableDropdownComponent {
|
|||
if (this.editing) {
|
||||
this.selectionModel.reset()
|
||||
}
|
||||
this.open.next()
|
||||
this.open.next(this)
|
||||
} else {
|
||||
this.filterText = ''
|
||||
if (this.applyOnClose && this.selectionModel.isDirty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue