File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import { installDefaultBlocks } from './Blocks';
2424
2525import {
2626 getSiteAsyncPropExtender ,
27- SystemInfoAsyncPropExtender ,
27+ getSystemInfoAsyncPropExtender ,
2828 getControlpanelAsyncPropExtender ,
2929} from '@plone/volto/helpers/Site' ;
3030import { registerValidators } from './validation' ;
@@ -130,7 +130,7 @@ let config = {
130130 initialReducersBlacklist : [ ] , // reducers in this list won't be hydrated in windows.__data
131131 asyncPropsExtenders : [
132132 getSiteAsyncPropExtender ,
133- SystemInfoAsyncPropExtender ,
133+ getSystemInfoAsyncPropExtender ,
134134 getControlpanelAsyncPropExtender ,
135135 ] , // per route asyncConnect customizers
136136 contentIcons : contentIcons ,
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const getControlpanelAsyncPropExtender = {
4343 } ,
4444} ;
4545
46- const SystemInfoAsyncPropExtender = {
46+ const getSystemInfoAsyncPropExtender = {
4747 path : `${ prefixPath } /controlpanel` ,
4848 extend : ( dispatchActions ) => {
4949 if (
@@ -63,6 +63,6 @@ const SystemInfoAsyncPropExtender = {
6363
6464export {
6565 getSiteAsyncPropExtender ,
66- SystemInfoAsyncPropExtender ,
66+ getSystemInfoAsyncPropExtender ,
6767 getControlpanelAsyncPropExtender ,
6868} ;
You can’t perform that action at this time.
0 commit comments