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 30f2a217c..cd994483f 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 @@ -358,6 +358,7 @@ export class FilterableDropdownComponent { }, 0) if (this.editing) { this.selectionModel.reset() + this.modelIsDirty = false } this.opened.next(this) } else {