1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

add dividers (#3146)

This commit is contained in:
Michael An
2019-03-20 11:13:32 +08:00
committed by Daniel Pan
parent b9aca2aba9
commit 0209a6ac73
3 changed files with 5 additions and 6 deletions

View File

@@ -98,7 +98,6 @@ class LibContentToolbar extends React.Component {
isRepoOwner={this.props.isRepoOwner}
currentRepoInfo={this.props.currentRepoInfo}
enableDirPrivateShare={this.props.enableDirPrivateShare}
onFileTagChanged={this.props.onFileTagChanged}
updateDirent={this.props.updateDirent}
onDirentSelected={this.props.onDirentSelected}
showDirentDetail={this.props.showDirentDetail}