From b26e645b5661ad7aa896888fb2231d5984225617 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com>
Date: Mon, 6 May 2024 14:09:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95issue?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reposyncer/component/addTaskModal.jsx | 4 +-
.../Server/reposyncer/component/editStore.jsx | 81 ++++++++++---------
.../Server/reposyncer/component/setting.jsx | 3 +-
.../Server/reposyncer/component/storeList.jsx | 5 +-
4 files changed, 51 insertions(+), 42 deletions(-)
diff --git a/src/forge/Server/reposyncer/component/addTaskModal.jsx b/src/forge/Server/reposyncer/component/addTaskModal.jsx
index 27824cb3..6331492f 100644
--- a/src/forge/Server/reposyncer/component/addTaskModal.jsx
+++ b/src/forge/Server/reposyncer/component/addTaskModal.jsx
@@ -55,9 +55,9 @@ function DeleteBox({owner, projectsId, visible, setVisible, branchList, reload,
{getFieldDecorator("type",{
- rules:[],
+ rules:[{required:true,message:`请选择同步仓库平台`}],
})(
-