Skip to content

Commit

Permalink
remove no longer used min width constants
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 27, 2017
1 parent c11e687 commit ec42357
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import React, { Component } from 'react';
import Select from 'react-select';
import { FormRow } from './form_row';

export const listControlMinWidth = 100;

export class ListControl extends Component {
constructor(props) {
super(props);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import React, { Component } from 'react';
import InputRange from 'react-input-range';
import { FormRow } from './form_row';

export const rangeControlMinWidth = 200;

const toState = (props) => {
const state = {
sliderValue: props.control.value,
Expand Down

0 comments on commit ec42357

Please sign in to comment.