diff --git a/CHANGELOG.md b/CHANGELOG.md index ef46d6622d21..b1afe79c7c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Response code for empty cloud storage preview 204 -> 404 () - Organization now opened immediately after it is created () +- Improved message when invite more users to an organization () ### Deprecated diff --git a/cvat-ui/package.json b/cvat-ui/package.json index a235f864534a..ae0bf54801f5 100644 --- a/cvat-ui/package.json +++ b/cvat-ui/package.json @@ -1,6 +1,6 @@ { "name": "cvat-ui", - "version": "1.55.3", + "version": "1.55.4", "description": "CVAT single-page application", "main": "src/index.tsx", "scripts": { diff --git a/cvat-ui/src/components/organization-page/top-bar.tsx b/cvat-ui/src/components/organization-page/top-bar.tsx index 5ce0483ec89a..95ada802ec9f 100644 --- a/cvat-ui/src/components/organization-page/top-bar.tsx +++ b/cvat-ui/src/components/organization-page/top-bar.tsx @@ -8,6 +8,7 @@ import { useDispatch } from 'react-redux'; import moment from 'moment'; import { Row, Col } from 'antd/lib/grid'; import Text from 'antd/lib/typography/Text'; +import Paragraph from 'antd/lib/typography/Paragraph'; import Modal from 'antd/lib/modal'; import Button from 'antd/lib/button'; import Space from 'antd/lib/space'; @@ -339,7 +340,14 @@ function OrganizationTopBar(props: Props): JSX.Element { layout='vertical' form={form} > - Invitation list: + + Invite CVAT users to collaborate + + + + If the email address is registered on CVAT, the user will be added to the organization + + {(fields, { add, remove }) => ( <>