1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

delete details choice and fix wiki comment panel

This commit is contained in:
Michael An
2019-05-30 12:11:52 +08:00
parent 59382d0b8b
commit fed0b0ca00
3 changed files with 9 additions and 15 deletions

View File

@@ -316,6 +316,7 @@ class LibContentContainer extends React.Component {
onItemsCopy={this.props.onItemsCopy}
onItemsDelete={this.props.onItemsDelete}
onFileTagChanged={this.props.onFileTagChanged}
showDirentDetail={this.props.showDirentDetail}
/>
)}
</Fragment>