mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 09:05:32 +00:00
Fixes Proptypes error
This commit is contained in:
parent
cf06c6129c
commit
ea75c0b11a
@ -1,8 +1,10 @@
|
||||
import React, { Component, PropTypes } from 'react';
|
||||
import React, { Component } from 'react';
|
||||
import Select from 'react-select';
|
||||
import fetch from 'isomorphic-fetch';
|
||||
import url from 'url';
|
||||
import debounce from 'debounce-promise';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
|
||||
class TagField extends Component {
|
||||
constructor(props) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user