Skip to content

Commit

Permalink
fix(ui): fixing missing required lodash (#365)
Browse files Browse the repository at this point in the history
fix(ui): fixing missing required lodash (#365)
  • Loading branch information
manorlh committed Sep 3, 2020
1 parent c7813ca commit fb82301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/features/components/ConfigurationForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Snackbar from 'material-ui/Snackbar';
import UiSwitcher from '../../../components/UiSwitcher';
import {get, set, pickBy} from 'lodash';
import Dropdown from "../../../components/Dropdown/Dropdown.export";
import _ from "lodash";

const INPUT_TYPES = {SWITCHER: 'switcher', DROPDOWN: 'dropdown'};
const isMetricsDropdownHidden = (state, type) => (state.config.metrics_plugin_name ? state.config.metrics_plugin_name !== type : state.serverConfig.metrics_plugin_name !== type)
Expand Down

0 comments on commit fb82301

Please sign in to comment.