Skip to content

Commit b958c9d

Browse files
committed
removed fake
1 parent 818a8ae commit b958c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/iris-grid/src/IrisGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2481,7 +2481,7 @@ export class IrisGrid extends Component<IrisGridProps, IrisGridState> {
24812481
return canToggleSearch;
24822482
}
24832483

2484-
toggleSearchBar(): string {
2484+
toggleSearchBar(): void {
24852485
const { showSearchBar } = this.state;
24862486
if (!this.isTableSearchAvailable()) {
24872487
return;

0 commit comments

Comments
 (0)