Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Jun 4, 2024
1 parent fff7664 commit d999b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eds-data-grid-react/src/EdsDataGridProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ type RowSelectionProps<T> = {
* @default false
*/
enableMultiRowSelection?: boolean | ((row: Row<T>) => boolean)
/**
* Enables/disables automatic sub-row selection when a parent row is selected, or a function that enables/disables automatic sub-row selection
/**
* Enables/disables automatic sub-row selection when a parent row is selected, or a function that enables/disables automatic sub-row selection
* @link https://tanstack.com/table/v8/docs/api/features/row-selection#enablesubrowselection
* @default false
*/
Expand Down

0 comments on commit d999b62

Please sign in to comment.