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:
@@ -164,7 +164,7 @@ class SharedRepoListItem extends React.Component {
|
||||
}
|
||||
|
||||
onItemDeleteToggle = () => {
|
||||
this.setState({isDeleteDialogShow: !this.state.isDeleteDialogShow})
|
||||
this.setState({isDeleteDialogShow: !this.state.isDeleteDialogShow});
|
||||
}
|
||||
|
||||
toggleShareDialog = () => {
|
||||
|
Reference in New Issue
Block a user