mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +00:00
update draft&review dispaly (#2505)
* replace draft.id with draft_name * add updateDraftsList function * Repair operation display * update review dispaly * refactor code
This commit is contained in:
@@ -10,11 +10,11 @@ class MenuControl extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<i className={`fas fa-ellipsis-v ${this.props.isShow ? '' : 'hide'}`} onClick={this.props.onClick}></i>
|
||||
<i className={`fas fa-ellipsis-v ${this.props.isShow ? '' : 'invisible'}`} onClick={this.props.onClick}></i>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
MenuControl.propTypes = propTypes;
|
||||
|
||||
export default MenuControl;
|
||||
export default MenuControl;
|
||||
|
Reference in New Issue
Block a user