diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts index a0a3ba459..a63183575 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts @@ -114,6 +114,7 @@ export class FilterableDropdownSelectionModel { clear(fireEvent = true) { this.temporarySelectionStates.clear() + this.temporaryLogicalOperator = this._logicalOperator = 'and' if (fireEvent) { this.changed.next(this) }