File tree Expand file tree Collapse file tree 3 files changed +143
-299
lines changed Expand file tree Collapse file tree 3 files changed +143
-299
lines changed Original file line number Diff line number Diff line change 3
3
DateField ,
4
4
Datagrid ,
5
5
List ,
6
+ ListActions ,
6
7
EditButton ,
7
8
ShowButton ,
8
9
ReferenceInput ,
@@ -53,7 +54,7 @@ const filters = [
53
54
] ;
54
55
55
56
export const ReviewsList = ( ) => (
56
- < List filters = { filters } exporter = { false } hasCreate = { false } title = "Reviews" >
57
+ < List filters = { filters } exporter = { false } actions = { < ListActions /> } title = "Reviews" >
57
58
< Datagrid >
58
59
< TextField source = "user.name" label = "User" sortable = { false } />
59
60
< BookField source = "book" sortable = { false } />
Original file line number Diff line number Diff line change 10
10
"test" : " playwright test"
11
11
},
12
12
"dependencies" : {
13
- "@api-platform/admin" : " ^3.4.9 " ,
13
+ "@api-platform/admin" : " ^4.0.0 " ,
14
14
"@api-platform/api-doc-parser" : " ^0.16.4" ,
15
15
"@auth/core" : " ^0.34.1" ,
16
16
"@fontsource/poppins" : " ^5.0.14" ,
26
26
"next-auth" : " 5.0.0-beta.16" ,
27
27
"picocolors" : " ^1.0.1" ,
28
28
"postcss" : " ^8.4.38" ,
29
- "ra-i18n-polyglot" : " ^4.16.19 " ,
30
- "ra-language-english" : " ^4.16.19 " ,
31
- "ra-language-french" : " ^4.16.19 " ,
32
- "ra-ui-materialui" : " ^4.16.19 " ,
29
+ "ra-i18n-polyglot" : " ^5.0.4 " ,
30
+ "ra-language-english" : " ^5.0.4 " ,
31
+ "ra-language-french" : " ^5.0.4 " ,
32
+ "ra-ui-materialui" : " ^5.0.4 " ,
33
33
"react" : " ^18.3.1" ,
34
- "react-admin" : " ^4.16.19 " ,
34
+ "react-admin" : " ^5.0.4 " ,
35
35
"react-dom" : " ^18.3.1" ,
36
36
"react-hook-form" : " ^7.52.0" ,
37
37
"react-spinners" : " ^0.14.1" ,
You can’t perform that action at this time.
0 commit comments