1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00
This commit is contained in:
MichaelAn
2018-11-12 09:28:02 +08:00
committed by Daniel Pan
parent 0915a44103
commit 66422e3454
5 changed files with 52 additions and 28 deletions

View File

@@ -157,6 +157,9 @@ class DraftReview extends React.Component {
}
toggleAddReviewerDialog = () => {
if (this.state.showReviewerDialog) {
this.listReviewers();
}
this.setState({
showReviewerDialog: !this.state.showReviewerDialog
});