File tree Expand file tree Collapse file tree 4 files changed +0
-152
lines changed Expand file tree Collapse file tree 4 files changed +0
-152
lines changed Original file line number Diff line number Diff line change @@ -170,15 +170,6 @@ class App extends Component {
170170 logo = { this . props . logo }
171171 /> }
172172 />
173- < Route exact path = "/configure" render = { ( props ) =>
174- < Configuration
175- extensionIcons = { this . props . extensionIcons }
176- colors = { this . props . colors }
177- stepperConfig = { this . props . stepperConfig }
178- tableauExt = { tableauExt }
179- saveAsync = { true }
180- /> }
181- />
182173 < Route exact path = "/annotation" render = { ( props ) =>
183174 < Configuration
184175 extensionIcons = { this . props . extensionIcons }
Original file line number Diff line number Diff line change @@ -428,12 +428,6 @@ export default {
428428 } ,
429429 ] ,
430430 "overwrites" : { }
431- } ,
432- {
433- "name" : "Summary" ,
434- "title" : "Summary" ,
435- "type" : "summary" ,
436- "overwrites" : { }
437431 }
438432 ]
439433 }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import { HashRouter } from 'react-router-dom';
2929import './extension_assets/extension.css' ;
3030import brandLogo from './extension_assets/a-custom.png' ;
3131
32- import stepperConfig from './extension_assets/stepperConfig' ;
3332import annotationConfig from './extension_assets/annotationConfig' ;
3433import { colors , extensionIcons } from './extension_assets/style'
3534
@@ -38,7 +37,6 @@ ReactDOM.render(
3837 < HashRouter >
3938 < Extension
4039 logo = { brandLogo }
41- stepperConfig = { stepperConfig }
4240 annotationConfig = { annotationConfig }
4341 colors = { colors }
4442 extensionIcons = { extensionIcons }
You can’t perform that action at this time.
0 commit comments