forked from Gitlink/forgeplus-react
merge 转移仓库完成
This commit is contained in:
parent
c4bc8fc9c5
commit
3f918b53d9
|
@ -123,7 +123,7 @@ function DivertModal({form , visible , onSuccess , onCancel,owner,repo}){
|
|||
{getFieldDecorator("owner_name",{
|
||||
rules:[{required:true,message:"请输入目标用户名"}]
|
||||
})(
|
||||
<Input placeholder="请输入目标用户" autoComplete={"off"}/>
|
||||
<SearchUser getUser={getUser} width={"100%"} placeholder="请输入目标用户" value={value}/>
|
||||
)}
|
||||
</Form.Item>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue