mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Fix resetting any vs all
This commit is contained in:
parent
893dcd9f28
commit
8f08201633
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ export class FilterableDropdownSelectionModel {
|
|||
|
||||
clear(fireEvent = true) {
|
||||
this.temporarySelectionStates.clear()
|
||||
this.temporaryLogicalOperator = this._logicalOperator = 'and'
|
||||
if (fireEvent) {
|
||||
this.changed.next(this)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue