1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

[fix] close dialog (#2910)

This commit is contained in:
Michael An
2019-01-30 11:23:28 +08:00
committed by Daniel Pan
parent 4bce84ffa5
commit 68ea300225
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ class AddReviewerDialog extends React.Component {
render() {
return (
<Modal isOpen={this.props.showReviewerDialog}>
<Modal isOpen={true} toggle={this.props.toggleAddReviewerDialog}>
<ModalHeader>{gettext('Request a review')}</ModalHeader>
<ModalBody >
<p>{gettext('Add new reviewer')}</p>