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

Add delete-tag-dialog callback function (#3164)

* fix-bug

* update
This commit is contained in:
Michael An
2019-03-25 15:23:37 +08:00
committed by Daniel Pan
parent 34cf1eaa37
commit 8cf07d4b1b
5 changed files with 26 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ const propTypes = {
selectedDirent: PropTypes.object,
closeDirentDetail: PropTypes.func.isRequired,
showDirentDetail: PropTypes.func.isRequired,
onDeleteRepoTag: PropTypes.func.isRequired,
};
class LibContentContainer extends React.Component {
@@ -153,6 +154,7 @@ class LibContentContainer extends React.Component {
onPathClick={this.onPathClick}
updateUsedRepoTags={this.props.updateUsedRepoTags}
fileTags={this.props.fileTags}
onDeleteRepoTag={this.props.onDeleteRepoTag}
/>
</div>
<div className={`cur-view-content ${this.props.currentMode === 'column' ? 'view-mode-container' : ''}`}>