forked from Gitlink/forgeplus-react
添加gitee仓库同步任务时,增加仓库地址提示文案
This commit is contained in:
parent
500f062569
commit
c90d065bd5
|
|
@ -183,7 +183,7 @@ function EditStore(props){
|
|||
</Select>
|
||||
)}
|
||||
</Form.Item>
|
||||
<Form.Item label={`${platform}同步仓库地址`} className="storeFormItem" hidden={step || !platform}>
|
||||
<Form.Item label={`${platform}同步仓库地址${platform === "Gitee" ? "(仅支持个人仓库,组织仓库暂不支持)" : ""}`} className="storeFormItem" hidden={step || !platform}>
|
||||
{getFieldDecorator("external_repo_address",{
|
||||
rules:[
|
||||
{required:true,message: `请输入${platform || ""}同步仓库地址`},
|
||||
|
|
|
|||
Loading…
Reference in New Issue