File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ class EditorControls extends Component {
59
59
mapBoxAccess : this . props . mapBoxAccess ,
60
60
fontOptions : this . props . fontOptions ,
61
61
chartHelp : this . props . chartHelp ,
62
+ customConfig : this . props . customConfig ,
62
63
} ;
63
64
}
64
65
@@ -391,6 +392,7 @@ EditorControls.propTypes = {
391
392
mapBoxAccess : PropTypes . bool ,
392
393
fontOptions : PropTypes . array ,
393
394
chartHelp : PropTypes . object ,
395
+ customConfig : PropTypes . object ,
394
396
} ;
395
397
396
398
EditorControls . defaultProps = {
@@ -432,6 +434,7 @@ EditorControls.childContextTypes = {
432
434
mapBoxAccess : PropTypes . bool ,
433
435
fontOptions : PropTypes . array ,
434
436
chartHelp : PropTypes . object ,
437
+ customConfig : PropTypes . object ,
435
438
} ;
436
439
437
440
export default EditorControls ;
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export const containerConnectedContextTypes = {
18
18
plotly : PropTypes . object ,
19
19
updateContainer : PropTypes . func ,
20
20
traceIndexes : PropTypes . array ,
21
+ customConfig : PropTypes . object ,
21
22
} ;
22
23
23
24
export default function connectToContainer ( WrappedComponent , config = { } ) {
You can’t perform that action at this time.
0 commit comments