소스 검색

Updated redirect url for clean_up

jnfrati 5 년 전
부모
커밋
f3baf3e2de
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/main/home/onboarding/state/StepHandler.ts

+ 1 - 1
dashboard/src/main/home/onboarding/state/StepHandler.ts

@@ -170,7 +170,7 @@ const flow: FlowType = {
     },
     },
     clean_up: {
     clean_up: {
       final: true,
       final: true,
-      url: "/dashboard?tab=provisioner",
+      url: "/applications",
     },
     },
   },
   },
 };
 };