mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
d1605a1923
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { FormattedMessage } from 'react-intl';
|
import { FormattedMessage } from 'react-intl';
|
||||||
import { findIndex, has, includes, isEmpty, map, toLower, upperFirst } from 'lodash';
|
import { findIndex, has, includes, isEmpty, map, toLower } from 'lodash';
|
||||||
import cn from 'classnames';
|
import cn from 'classnames';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ class InputSearch extends React.Component { // eslint-disable-line react/prefer-
|
|||||||
return (
|
return (
|
||||||
<div className={cn(styles.inputSearch, 'col-md-6')}>
|
<div className={cn(styles.inputSearch, 'col-md-6')}>
|
||||||
<label htmlFor={this.props.name}>
|
<label htmlFor={this.props.name}>
|
||||||
<FormattedMessage id={this.props.label} values={upperFirst(this.props.labelValues)} />
|
<FormattedMessage id={this.props.label} values={this.props.labelValues} />
|
||||||
</label>
|
</label>
|
||||||
<div className={cn('input-group')}>
|
<div className={cn('input-group')}>
|
||||||
<span className={cn('input-group-addon', styles.addon)} />
|
<span className={cn('input-group-addon', styles.addon)} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user