This is an automated email from the ASF dual-hosted git repository.

mintsweet pushed a commit to branch feat-issue-trace-to-jira
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/feat-issue-trace-to-jira by 
this push:
     new e0b342944 fix: remove issue trace when creating project
e0b342944 is described below

commit e0b3429440e1faac51604c1ceba6062f93b855a7
Author: mintsweet <[email protected]>
AuthorDate: Fri Sep 27 20:39:10 2024 +1200

    fix: remove issue trace when creating project
---
 config-ui/src/routes/project/home/index.tsx | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/config-ui/src/routes/project/home/index.tsx 
b/config-ui/src/routes/project/home/index.tsx
index 60ea6abf5..ec08e1629 100644
--- a/config-ui/src/routes/project/home/index.tsx
+++ b/config-ui/src/routes/project/home/index.tsx
@@ -83,11 +83,6 @@ export const ProjectHomePage = () => {
               pluginOption: {},
               enable: true,
             },
-            {
-              pluginName: 'issue_trace',
-              pluginOption: {},
-              enable: true,
-            },
           ],
         }),
       {

Reply via email to