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

likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 5342990e9 fix(config-ui): redirect bp id is not right (#4034)
5342990e9 is described below

commit 5342990e9f0ac5ebbd17d55630002bae3cddd894
Author: 青湛 <[email protected]>
AuthorDate: Tue Dec 27 15:26:45 2022 +0800

    fix(config-ui): redirect bp id is not right (#4034)
---
 config-ui/src/pages/blueprint/create/bp-context.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/pages/blueprint/create/bp-context.tsx 
b/config-ui/src/pages/blueprint/create/bp-context.tsx
index 8fffae4ae..39b6e2261 100644
--- a/config-ui/src/pages/blueprint/create/bp-context.tsx
+++ b/config-ui/src/pages/blueprint/create/bp-context.tsx
@@ -192,7 +192,7 @@ export const BPContextProvider = ({ from, projectName, 
children }: Props) => {
     })
 
     if (success) {
-      handleSaveAfter(res.id)
+      handleSaveAfter(res.blueprintId)
     }
   }
 

Reply via email to