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

add comment in dirent detail

This commit is contained in:
Michael An
2019-06-24 15:44:22 +08:00
parent 2e741334e5
commit c884dfc2ed
7 changed files with 10 additions and 11 deletions

View File

@@ -164,7 +164,7 @@ class SharedRepoListItem extends React.Component {
}
onItemDeleteToggle = () => {
this.setState({isDeleteDialogShow: !this.state.isDeleteDialogShow})
this.setState({isDeleteDialogShow: !this.state.isDeleteDialogShow});
}
toggleShareDialog = () => {