1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 22:01:06 +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

@@ -67,6 +67,7 @@ const propTypes = {
onItemsCopy: PropTypes.func.isRequired,
onItemsDelete: PropTypes.func.isRequired,
onFileTagChanged: PropTypes.func,
showDirentDetail: PropTypes.func.isRequired,
};
class DirColumnView extends React.Component {
@@ -224,6 +225,7 @@ class DirColumnView extends React.Component {
onItemsCopy={this.props.onItemsCopy}
onItemsDelete={this.props.onItemsDelete}
onFileTagChanged={this.props.onFileTagChanged}
showDirentDetail={this.props.showDirentDetail}
/>
)}
</div>