[Glitch] Bump react-select from 2.4.4 to 3.0.5

Port 183fc9d3cb to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
dependabot-preview[bot] 5 years ago committed by Thibaut Girka
parent 41a98b6543
commit 4a0281d8c4
  1. 2
      app/javascript/flavours/glitch/features/hashtag_timeline/components/column_settings.js

@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import ImmutablePropTypes from 'react-immutable-proptypes';
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
import Toggle from 'react-toggle';
import AsyncSelect from 'react-select/lib/Async';
import AsyncSelect from 'react-select/async';
const messages = defineMessages({
placeholder: { id: 'hashtag.column_settings.select.placeholder', defaultMessage: 'Enter hashtags…' },

Loading…
Cancel
Save