Merge pull request #2701 from paperless-ngx/fix-bulk-edit-reset-apply-button

Fix: bulk edit reset apply button state
This commit is contained in:
shamoon 2023-02-19 18:40:14 -08:00 committed by GitHub
commit 73b1b942a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,6 +358,7 @@ export class FilterableDropdownComponent {
}, 0)
if (this.editing) {
this.selectionModel.reset()
this.modelIsDirty = false
}
this.opened.next(this)
} else {