From 6184861deb46fad0ea8d074efd2d9003edf185b4 Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Mon, 13 Aug 2018 16:27:49 -0700 Subject: [PATCH] moving attr --- src/default_panels/GraphCreatePanel.js | 2 -- src/default_panels/GraphSubplotsPanel.js | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/default_panels/GraphCreatePanel.js b/src/default_panels/GraphCreatePanel.js index 77cfcb546..b703aac0b 100644 --- a/src/default_panels/GraphCreatePanel.js +++ b/src/default_panels/GraphCreatePanel.js @@ -9,7 +9,6 @@ import { SubplotCreator, TraceAccordion, TraceSelector, - Numeric, TraceTypeSection, LocationSelector, } from '../components'; @@ -125,7 +124,6 @@ const GraphCreatePanel = (props, {localize: _}) => { - ( + + + + );