Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo200206 committed May 11, 2024
1 parent b5fe5d1 commit 87e9464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ export class TreeSelect implements AfterContentInit {
this.focusInput?.nativeElement.focus();
}
}
t

onUnselect(event: TreeNodeUnSelectEvent) {
this.onNodeUnselect.emit(event);
}
Expand Down

0 comments on commit 87e9464

Please sign in to comment.