Skip to content

Commit

Permalink
Update superset-frontend/src/explore/components/controls/ColorSchemeC…
Browse files Browse the repository at this point in the history
…ontrol.jsx

Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
  • Loading branch information
geido and michael-s-molina authored Oct 11, 2021
1 parent 1f824d3 commit dbb7066
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export default class ColorSchemeControl extends React.PureComponent {
// save parsed schemes for later
this.schemes = isFunction(schemes) ? schemes() : schemes;

const supersetDefaultSchemeId = this.schemes?.SUPERSET_DEFAULT?.id;
const allColorOptions = (isFunction(choices) ? choices() : choices).filter(
o => o[0] !== 'SUPERSET_DEFAULT',
);
Expand Down

0 comments on commit dbb7066

Please sign in to comment.