feat: add ErrorBoundary to chart controls (#13584)

This commit is contained in:
Jesse Yang
2021-03-15 14:44:18 -07:00
committed by GitHub
parent 714d262336
commit 868e063b03
2 changed files with 10 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import { sharedControlComponents } from '@superset-ui/chart-controls';
import AnnotationLayerControl from './AnnotationLayerControl';
import BoundsControl from './BoundsControl';
import CheckboxControl from './CheckboxControl';
@@ -73,5 +74,6 @@ const controlMap = {
MetricsControl,
AdhocFilterControl,
FilterBoxItemControl,
...sharedControlComponents,
};
export default controlMap;