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

View File

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