Skip to content

Commit c7cd73f

Browse files
committed
chore(file-upload): after review
1 parent 49fd2e6 commit c7cd73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/tags/tag-list.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ export class KbqTagList
729729
}
730730

731731
private propagateTagsChanges(): void {
732-
const valueToEmit: any[] = this.tags.map((tag) => tag.value);
732+
const valueToEmit: any = this.tags.map((tag) => tag.value);
733733

734734
this._value = valueToEmit;
735735
this.change.emit(new KbqTagListChange(this, valueToEmit));

0 commit comments

Comments
 (0)