diff --git a/frontend/src/components/dialog/create-group-dialog.js b/frontend/src/components/dialog/create-group-dialog.js index d02de95f5d..a7347f752c 100644 --- a/frontend/src/components/dialog/create-group-dialog.js +++ b/frontend/src/components/dialog/create-group-dialog.js @@ -2,7 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { gettext } from '../../utils/constants'; import { seafileAPI } from '../../utils/seafile-api'; -import { Modal, ModalBody, ModalFooter, Input, Button } from 'reactstrap'; +import { Modal, ModalBody, ModalFooter, Label, Input, Button } from 'reactstrap'; import { Utils } from '../../utils/utils'; import SeahubModalHeader from '@/components/common/seahub-modal-header'; @@ -68,7 +68,7 @@ class CreateGroupDialog extends React.Component { {gettext('New Group')} - +