mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
update onlyoffice convert
This commit is contained in:
@@ -39,6 +39,7 @@ const propTypes = {
|
||||
onItemsDelete: PropTypes.func.isRequired,
|
||||
onFileTagChanged: PropTypes.func,
|
||||
showDirentDetail: PropTypes.func.isRequired,
|
||||
loadDirentList: PropTypes.func.isRequired,
|
||||
};
|
||||
|
||||
class DirListView extends React.Component {
|
||||
@@ -99,6 +100,7 @@ class DirListView extends React.Component {
|
||||
onAddFolder={this.props.onAddFolder}
|
||||
onFileTagChanged={this.props.onFileTagChanged}
|
||||
showDirentDetail={this.props.showDirentDetail}
|
||||
loadDirentList={this.props.loadDirentList}
|
||||
/>
|
||||
</Fragment>
|
||||
);
|
||||
|
Reference in New Issue
Block a user