You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by li...@apache.org on 2023/05/08 02:05:46 UTC

[incubator-devlake] branch main updated: fix(config-ui): db migrate redirect url error (#5110)

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 3544c44bb fix(config-ui): db migrate redirect url error (#5110)
3544c44bb is described below

commit 3544c44bbf369bf3a7147c7b2bd7f2312fb519af
Author: 青湛 <0x...@gmail.com>
AuthorDate: Mon May 8 10:05:41 2023 +0800

    fix(config-ui): db migrate redirect url error (#5110)
---
 config-ui/src/App.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-ui/src/App.tsx b/config-ui/src/App.tsx
index 47ef84b4f..dbcbab2bc 100644
--- a/config-ui/src/App.tsx
+++ b/config-ui/src/App.tsx
@@ -54,7 +54,7 @@ function App() {
 
         <Route
           exact
-          path="/db-mirgate"
+          path="/db-migrate"
           component={() => (
             <ErrorLayout>
               <DBMigratePage />