We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcac2e5 commit 77e532eCopy full SHA for 77e532e
docs/DataTable.md
@@ -1830,7 +1830,7 @@ For `.js` or `.jsx` files:
1830
```sh
1831
npx jscodeshift ./path/to/src/ \
1832
--extensions=js,jsx \
1833
- --transform=./node_modules/ra-core/codemods/replace-Admin-history.ts
+ --transform=./node_modules/ra-core/codemods/replace-Datagrid-DataTable.ts
1834
```
1835
1836
For `.ts` or `.tsx` files:
@@ -1839,5 +1839,5 @@ For `.ts` or `.tsx` files:
1839
1840
--extensions=ts,tsx \
1841
--parser=tsx \
1842
1843
0 commit comments