Skip to content

Commit ef385f3

Browse files
committed
[no ci] [doc] [ra-core] Remove dead links to DataTableBase
1 parent 640cb67 commit ef385f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs_headless/src/content/docs/useUnselect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "useUnselect"
33
---
44

5-
This hook returns a function that unselects lines in the current data table (see [`<DataTableBase>`](./DataTableBase.md)) that match an array of ids. Pass the name of the resource to the hook as argument.
5+
This hook returns a function that unselects lines in the current data table (see `<DataTableBase>`) that match an array of ids. Pass the name of the resource to the hook as argument.
66

77
```jsx
88
import { useListContext, useUnselect } from 'ra-core';

docs_headless/src/content/docs/useUnselectAll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "useUnselectAll"
33
---
44

5-
This hook returns a function that unselects all lines in the current data table (see [`<DataTableBase>`](./DataTableBase.md)). Pass the name of the resource as argument.
5+
This hook returns a function that unselects all lines in the current data table (see `<DataTableBase>`). Pass the name of the resource as argument.
66

77
```jsx
88
import { useUnselectAll } from 'ra-core';

0 commit comments

Comments
 (0)