mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Access proptypes via prop-types packages instead of React in LimitSelect component
This commit is contained in:
parent
5b69e1981b
commit
1c331377c5
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
// import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { FormattedMessage } from 'react-intl';
|
import { FormattedMessage } from 'react-intl';
|
||||||
import { map } from 'lodash';
|
import { map } from 'lodash';
|
||||||
import styles from './styles.scss';
|
import styles from './styles.scss';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user