mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-03 04:50:32 +08:00
fix: 个人空间follow项目
This commit is contained in:
parent
209213a074
commit
15d3736a76
@ -194,7 +194,7 @@ export default class ImportInterface extends Component {
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="select-project">
|
||||
@ -202,7 +202,7 @@ export default class ImportInterface extends Component {
|
||||
<Select value={this.state.project} style={{ width: 200 }} onChange={this.onChange}>
|
||||
{projectList.map(item => {
|
||||
return (
|
||||
item.follow ? '' : <Option value={`${item._id}`} key={item._id}>
|
||||
item.projectname ? '' : <Option value={`${item._id}`} key={item._id}>
|
||||
{item.name}
|
||||
</Option>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user