From aaefcc4b9dc1a75dcab2820b4eb0afff00eec8a9 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Tue, 10 Nov 2020 11:31:23 -0600 Subject: [PATCH] Update src/components/DashboardEditor/DashboardEditor.jsx --- src/components/DashboardEditor/DashboardEditor.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/DashboardEditor/DashboardEditor.jsx b/src/components/DashboardEditor/DashboardEditor.jsx index bbd1aaf0b4..bf86f7d7f5 100644 --- a/src/components/DashboardEditor/DashboardEditor.jsx +++ b/src/components/DashboardEditor/DashboardEditor.jsx @@ -345,7 +345,6 @@ const DashboardEditor = ({ selectedBreakpointIndex={selectedBreakpointIndex} setSelectedBreakpointIndex={setSelectedBreakpointIndex} breakpointSwitcher={breakpointSwitcher} - isLoading={isLoading} /> )} {notification}