Skip to content

Commit

Permalink
Reverting react-select to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Feb 21, 2017
1 parent 85e6e65 commit 8b4d72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { PropTypes } from 'react';
import Select, { Creatable } from 'react-select';
import Select { Creatable } from 'react-select';

const propTypes = {
choices: PropTypes.array,
Expand Down
2 changes: 1 addition & 1 deletion superset/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-map-gl": "^1.7.0",
"react-redux": "^5.0.2",
"react-resizable": "^1.3.3",
"react-select": "^1.0.0-rc.3",
"react-select": "^1.0.0-rc.2",
"react-syntax-highlighter": "^5.0.0",
"reactable": "^0.14.0",
"redux": "^3.5.2",
Expand Down

0 comments on commit 8b4d72c

Please sign in to comment.