Skip to content

Commit f6fa05f

Browse files
authored
chore: lint fix (#2955)
Signed-off-by: Akshat Patel <[email protected]>
1 parent 1cced10 commit f6fa05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/combobox/combobox.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ export class ComboBox implements OnChanges, AfterViewInit, AfterContentInit, OnD
777777
clearInput(event) {
778778
event.stopPropagation();
779779
event.preventDefault();
780-
780+
781781
if (this.disabled) {
782782
return;
783783
}

0 commit comments

Comments
 (0)