Fix suggestion adding

This commit is contained in:
shamoon
2025-09-10 09:00:27 -07:00
parent 6cdee1fca9
commit c3bed3a4f9

View File

@@ -196,6 +196,7 @@ export class TagsComponent implements OnInit, ControlValueAccessor {
addTag(id) {
this.value = [...this.value, id]
this.onAdd(this.getTag(id))
this.onChange(this.value)
}