Skip to content

Commit

Permalink
Parameter is mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed May 8, 2023
1 parent f2e54ae commit 6c3d86d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export class NaturalInputComponent implements OnInit, OnChanges, OnDestroy {
rippleRef.fadeOut();
}

private openFacetSelectorDropdown(title?: string): void {
private openFacetSelectorDropdown(title: string | undefined): void {
if (!this.facets || (this.facets && !this.facets.length)) {
return;
}
Expand Down

0 comments on commit 6c3d86d

Please sign in to comment.