Skip to content

Commit

Permalink
[filigran-ui] tabl fix onClickRow type
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkha committed Jul 11, 2024
1 parent 5f586aa commit 4cf7de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/filigran-ui/src/components/clients/data-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ interface DataTableProps<TData extends {id: string}, TValue> {
toolbar?: ReactNode
tableState?: Partial<TableState>
tableOptions?: Partial<TableOptions<TData>>
onClickRow?: (row: RowData) => void
onClickRow?: (row: Row<TData>) => void
isLoading?: boolean
i18nKey?: Partial<DatatableI18nKey>
}
Expand Down

0 comments on commit 4cf7de8

Please sign in to comment.