Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppe committed Jan 19, 2024
1 parent 11888d1 commit 2ddc2c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bonito-ui/src/components/data-grid/data-grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface DataGridColumn {
* Custom renderer for cell content, instead of the default text rendering.
*/
onRender?: (
// eslint-disable-next-line @typescript-eslint/no-explicit-any
item: any,
index?: number,
column?: IColumn
Expand Down

0 comments on commit 2ddc2c1

Please sign in to comment.