Merge remote-tracking branch 'upstream/feature_reposyncer' into pre_gitlink_ssr

This commit is contained in:
黄心宇 2024-05-10 15:47:05 +08:00
commit 2e8c0211e5
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ function EditStore(props){
</Select>
)}
</Form.Item>
<Form.Item label={`${platform}同步仓库地址${platform === "Gitee" ? "(仅支持个人仓库,组织仓库暂不支持)" : ""}`} className="storeFormItem" hidden={step || !platform}>
<Form.Item label={`${platform}同步仓库地址(仅支持个人仓库,组织仓库暂不支持)`} className="storeFormItem" hidden={step || !platform}>
{getFieldDecorator("external_repo_address",{
rules:[
{required:true,message: `请输入${platform || ""}同步仓库地址`},