File tree 3 files changed +1900
-1924
lines changed
src/screens/Console/Tenants
3 files changed +1900
-1924
lines changed Original file line number Diff line number Diff line change 31
31
"local-storage-fallback" : " ^4.1.1" ,
32
32
"lodash" : " ^4.17.21" ,
33
33
"moment" : " ^2.29.1" ,
34
- "react" : " 17.0.1 " ,
34
+ "react" : " ^ 17.0.2 " ,
35
35
"react-app-rewire-hot-loader" : " ^2.0.1" ,
36
36
"react-app-rewired" : " ^2.1.6" ,
37
37
"react-async-hook" : " ^3.6.1" ,
44
44
"react-moment" : " ^1.1.1" ,
45
45
"react-redux" : " ^7.1.3" ,
46
46
"react-router-dom" : " ^5.1.2" ,
47
- "react-scripts" : " 4.0.1 " ,
47
+ "react-scripts" : " 4.0.3 " ,
48
48
"react-virtualized" : " ^9.22.2" ,
49
49
"react-window-infinite-loader" : " ^1.0.5" ,
50
50
"recharts" : " ^2.0.3" ,
78
78
},
79
79
"proxy" : " http://localhost:9090/" ,
80
80
"devDependencies" : {
81
- "prettier" : " 2.3.0 " ,
82
- "typescript" : " ^4.1.3 "
81
+ "prettier" : " 2.3.1 " ,
82
+ "typescript" : " ^4.3.2 "
83
83
}
84
84
}
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ export function tenantsReducer(
265
265
{ }
266
266
) ;
267
267
268
- let newValue : typeof originPageNameItems = { } ;
268
+ let newValue : any = { } ;
269
269
newValue [ action . field ] = action . value ;
270
270
271
271
const joinValue = { ...originPageNameItems , ...newValue } ;
You can’t perform that action at this time.
0 commit comments