1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 18:03:48 +00:00

[dir view, file view] removed 'participant list' & 'add participant' for 'info panel' & 'comment panel' (#5515)

This commit is contained in:
llj
2023-06-20 15:38:55 +08:00
committed by GitHub
parent 967096b234
commit dd7dc6b368
10 changed files with 5 additions and 391 deletions

View File

@@ -84,9 +84,7 @@ class SidePanel extends React.PureComponent {
<DetailListView
fileInfo={this.props.fileInfo}
fileTagList={this.props.fileTagList}
participants={this.props.participants}
onFileTagChanged={this.props.onFileTagChanged}
onParticipantsChange={this.props.onParticipantsChange}
/>
}
</div>