mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
Fixing typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user