Skip to content

Commit 1ea0872

Browse files
committed
Fix invalid link
1 parent 6d64b43 commit 1ea0872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs_headless/src/content/docs/addSoftDeleteInPlace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ yarn add @react-admin/ra-core-ee
1818

1919
You'll need to pass an object with all your resources as key so that `getListDeleted` knows where to look for deleted records.
2020

21-
> **Note on performances:** Avoid calling `getListDeleted` without a `resource` filter, as it uses a naive implementation combining multiple `getList` calls, which can lead to bad performances. It is recommended to use one list per resource in this case (see [`resource` property](./getListDeleted.md#resource)).
21+
> **Note on performances:** Avoid calling `getListDeleted` without a `resource` filter, as it uses a naive implementation combining multiple `getList` calls, which can lead to bad performances. It is recommended to use one list per resource in this case (see [`resource` property](./useGetListDeleted.md#resource)).
2222
2323
```tsx
2424
// in src/dataProvider.ts

0 commit comments

Comments
 (0)