Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Sep 13, 2021
1 parent f61edf0 commit 4054041
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import React from 'react';
import { t } from '@superset-ui/core';
import { ControlPanelConfig, formatSelectOptions, sections } from '@superset-ui/chart-controls';
import { legendSection, showValueControl } from '../controls';
import { showValueControl } from '../controls';

const config: ControlPanelConfig = {
controlPanelSections: [
Expand Down

0 comments on commit 4054041

Please sign in to comment.