aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/team
diff options
context:
space:
mode:
authorLibravatar Muhamed <unknown>2023-05-27 16:33:26 +0530
committerLibravatar muhamedsalih-tw <104364298+muhamedsalih-tw@users.noreply.github.com>2023-07-23 22:15:29 +0530
commit792077667f19668d7a602f6a40d18517f21d240c (patch)
treee7c3ec4fe4d2d92d8d86159a4d926e29178edacc /src/components/settings/team
parent6.4.1-nightly.10 [skip ci] (diff)
downloadferdium-app-792077667f19668d7a602f6a40d18517f21d240c.tar.gz
ferdium-app-792077667f19668d7a602f6a40d18517f21d240c.tar.zst
ferdium-app-792077667f19668d7a602f6a40d18517f21d240c.zip
update react-router-dom,react-tooltip& react-transition-group
Diffstat (limited to 'src/components/settings/team')
-rw-r--r--src/components/settings/team/TeamDashboard.tsx9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/components/settings/team/TeamDashboard.tsx b/src/components/settings/team/TeamDashboard.tsx
index 6fd2d4426..77bccb8c3 100644
--- a/src/components/settings/team/TeamDashboard.tsx
+++ b/src/components/settings/team/TeamDashboard.tsx
@@ -3,7 +3,7 @@
3import { Component, ReactElement } from 'react'; 3import { Component, ReactElement } from 'react';
4import { observer } from 'mobx-react'; 4import { observer } from 'mobx-react';
5import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl'; 5import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl';
6import ReactTooltip from 'react-tooltip'; 6import { Tooltip as ReactTooltip } from 'react-tooltip';
7import withStyles, { WithStylesProps } from 'react-jss'; 7import withStyles, { WithStylesProps } from 'react-jss';
8import classnames from 'classnames'; 8import classnames from 'classnames';
9import Loader from '../../ui/Loader'; 9import Loader from '../../ui/Loader';
@@ -173,7 +173,12 @@ class TeamDashboard extends Component<IProps> {
173 </> 173 </>
174 )} 174 )}
175 </div> 175 </div>
176 <ReactTooltip place="right" type="dark" effect="solid" /> 176 <ReactTooltip
177 place="right"
178 variant="dark"
179 float
180 style={{ height: 'auto' }}
181 />
177 </div> 182 </div>
178 ) : ( 183 ) : (
179 <div className="settings__main"> 184 <div className="settings__main">