diff --git a/ui/src/shared/components/TimeMachine/FluxQueryMaker.tsx b/ui/src/shared/components/TimeMachine/FluxQueryMaker.tsx index bd6087ce5..10c66b102 100644 --- a/ui/src/shared/components/TimeMachine/FluxQueryMaker.tsx +++ b/ui/src/shared/components/TimeMachine/FluxQueryMaker.tsx @@ -89,81 +89,85 @@ class FluxQueryMaker extends PureComponent { fluxProportions, onSetFluxProportions, } = this.props - const {suggestions, isWizardActive, draftScriptStatus} = this.state - - const [leftSize, middleSize, rightSize] = fluxProportions - - const divisions = [ - { - name: 'Schema', - size: leftSize, - headerButtons: [], - menuOptions: [], - render: () => , - headerOrientation: HANDLE_VERTICAL, - }, - { - name: 'Script', - size: middleSize, - customClass: 'flux-query-maker--script', - headerOrientation: HANDLE_VERTICAL, - headerButtons: [ -