mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
modify tag css
This commit is contained in:
@@ -80,7 +80,7 @@ class DirTool extends React.Component {
|
||||
onListTagCancel={this.onListRepoTagToggle}
|
||||
onCreateRepoTag={this.onCreateRepoTagToggle}
|
||||
onUpdateRepoTag={this.onUpdateRepoTagToggle}
|
||||
onListFileCancel={this.onListTaggedFileToggle}
|
||||
onListTaggedFiles={this.onListTaggedFileToggle}
|
||||
/>
|
||||
}
|
||||
{
|
||||
@@ -101,7 +101,8 @@ class DirTool extends React.Component {
|
||||
{
|
||||
this.state.isListTaggedFileShow &&
|
||||
<ListTaggedFilesDialog
|
||||
repoTagId={this.state.currentTag.id}
|
||||
repoID={this.props.repoID}
|
||||
currentTag={this.state.currentTag}
|
||||
toggleCancel={this.onListTaggedFileToggle}
|
||||
/>
|
||||
}
|
||||
|
Reference in New Issue
Block a user