File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
admin/src/containers/ConfigPage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ import ActionButtons from '../../components/ActionButtons';
88
99const ConfigPage = ( ) => {
1010 const dispatch = useDispatch ( ) ;
11- const isLoading = useSelector ( ( state ) => state . getIn ( [ 'config' , 'isLoading' ] ) , Map ( ) ) ;
12- const configDiff = useSelector ( ( state ) => state . getIn ( [ 'config' , 'configDiff' ] ) , Map ( ) ) ;
11+ const isLoading = useSelector ( ( state ) => state . getIn ( [ 'config' , 'isLoading' ] , Map ( { } ) ) ) ;
12+ const configDiff = useSelector ( ( state ) => state . getIn ( [ 'config' , 'configDiff' ] , Map ( { } ) ) ) ;
1313
1414 useEffect ( ( ) => {
1515 dispatch ( getAllConfigDiff ( ) ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " strapi-plugin-config-sync" ,
3- "version" : " 0.1.4 " ,
3+ "version" : " 0.1.5 " ,
44 "description" : " Manage your Strapi database configuration as partial json files which can be imported/exported across environments. " ,
55 "strapi" : {
66 "name" : " config-sync" ,
You can’t perform that action at this time.
0 commit comments