merge 转移仓库完成

This commit is contained in:
caishi 2021-08-30 10:29:07 +08:00
parent c4bc8fc9c5
commit 3f918b53d9
1 changed files with 1 additions and 1 deletions

View File

@ -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>
}