File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
ui/src/containers/VisualiseForm/StatementsForm Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -63,13 +63,6 @@ class StatementsForm extends Component {
6363 } ) ;
6464 }
6565
66- renderSourceToggle = ( ) => (
67- < Switch
68- checked = { this . props . source }
69- label = "Source"
70- onChange = { this . toggleSource } />
71- ) ;
72-
7366 renderEditor = ( ) => (
7467 < Editor model = { this . props . model } exportVisualisation = { this . props . exportVisualisation } />
7568 ) ;
@@ -97,11 +90,7 @@ class StatementsForm extends Component {
9790 < div className = "col-md-6 left-border" >
9891 { this . renderEditor ( ) }
9992 </ div >
100- < div
101- className = "col-md-6" >
102- < div style = { { float : 'left' } } >
103- { this . renderSourceToggle ( ) }
104- </ div >
93+ < div className = "col-md-6" >
10594 < div className = "form-group form-inline" style = { { textAlign : 'right' } } >
10695 { this . renderTimePicker ( ) }
10796 </ div >
You can’t perform that action at this time.
0 commit comments