Reverting react-select to rc2

This commit is contained in:
Maxime Beauchemin
2017-02-21 08:43:39 -08:00
parent 85e6e65a47
commit 8b4d72cf32
2 changed files with 2 additions and 2 deletions

View File

@@ -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,