Not needed, clearing will be done by timeout

This commit is contained in:
Michael Shamoon 2021-03-24 12:42:14 -07:00
parent b6756595d9
commit 9514e79bfb

View File

@ -87,9 +87,6 @@ export class TagsComponent implements OnInit, ControlValueAccessor {
this.onChange(this.value) this.onChange(this.value)
}) })
}) })
modal.result.then(() => {
this._lastSearchTerm = null
})
} }
getSuggestions() { getSuggestions() {