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

[dir view] fixup for 'image view' in 'column mode'

This commit is contained in:
llj
2021-08-06 14:52:59 +08:00
parent 73fd93dd07
commit 3462473cdb
2 changed files with 2 additions and 0 deletions

View File

@@ -310,6 +310,7 @@ class LibContentContainer extends React.Component {
updateUsedRepoTags={this.props.updateUsedRepoTags}
isDirentListLoading={this.props.isDirentListLoading}
direntList={this.props.direntList}
fullDirentList={this.props.fullDirentList}
sortBy={this.props.sortBy}
sortOrder={this.props.sortOrder}
sortItems={this.props.sortItems}