mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-06 01:12:03 +00:00
repair detail style bug (#2524)
This commit is contained in:
@@ -53,6 +53,7 @@ class EditFileTagDialog extends React.Component {
|
||||
let filePath = this.props.filePath;
|
||||
seafileAPI.addFileTag(repoID, filePath, id).then(() => {
|
||||
repoTagIdList = this.getRepoTagIdList();
|
||||
this.props.onFileTagChanged();
|
||||
});
|
||||
} else {
|
||||
let fileTag = null;
|
||||
@@ -65,9 +66,9 @@ class EditFileTagDialog extends React.Component {
|
||||
}
|
||||
seafileAPI.deleteFileTag(repoID, fileTag.id).then(() => {
|
||||
repoTagIdList = this.getRepoTagIdList();
|
||||
this.props.onFileTagChanged();
|
||||
});
|
||||
}
|
||||
this.props.onFileTagChanged();
|
||||
}
|
||||
|
||||
toggle = () => {
|
||||
|
Reference in New Issue
Block a user