1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 22:33:17 +00:00

Update dependency 2 (#5342)

* update react-select version

* update react-responsive

* delete unnecessary dependency

* update react-mentions
This commit is contained in:
杨顺强
2022-12-22 16:02:11 +08:00
committed by GitHub
parent 90075181ba
commit 80b4b5fd6c
9 changed files with 849 additions and 120 deletions

View File

@@ -2,7 +2,6 @@ import React, { Fragment } from 'react';
import PropTypes from 'prop-types';
import { Button } from 'reactstrap';
import Select from 'react-select';
import makeAnimated from 'react-select/lib/animated';
import { isPro, gettext } from '../../../utils/constants';
import { seafileAPI } from '../../../utils/seafile-api.js';
import { Utils } from '../../../utils/utils';
@@ -244,7 +243,6 @@ class SysAdminShareToGroup extends React.Component {
onChange={this.handleSelectChange}
options={this.options}
placeholder={gettext('Select groups...')}
components={makeAnimated()}
maxMenuHeight={200}
inputId={'react-select-2-input'}
value={this.state.selectedOption}