From 5cef966fc3b04703e5911b389aa59a864f3a0bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=A4=E6=9C=88?= Date: Thu, 11 Apr 2024 15:04:53 +0800 Subject: [PATCH] fix: Fix gitlab source repo options error (#4270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: Fix gitlab source repo options error Signed-off-by: 古月 * chore: Update yarn.lock Signed-off-by: 古月 --------- Signed-off-by: 古月 --- .../Forms/Pipelines/RepoSelect/GitLabForm/index.jsx | 8 ++------ yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/components/Forms/Pipelines/RepoSelect/GitLabForm/index.jsx b/src/components/Forms/Pipelines/RepoSelect/GitLabForm/index.jsx index 0fc497817ca..6fc47e4ab58 100644 --- a/src/components/Forms/Pipelines/RepoSelect/GitLabForm/index.jsx +++ b/src/components/Forms/Pipelines/RepoSelect/GitLabForm/index.jsx @@ -104,7 +104,7 @@ export default class GitLabForm extends React.Component { render() { const { formData, credentials } = this.props.store const { formRef } = this.props - const { serverList } = this.state + const { serverList, projectList } = this.state return (
@@ -166,11 +166,7 @@ export default class GitLabForm extends React.Component { >