mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 13:02:50 +00:00
refactor: update vessel registration route path in onboarding navigation
This commit is contained in:
@@ -19,7 +19,7 @@ import { OperationsFormContent } from "../../profile/components/OperationsFormCo
|
|||||||
*/
|
*/
|
||||||
const NEXT_STEP: Record<string, string> = {
|
const NEXT_STEP: Record<string, string> = {
|
||||||
SEAFARER_REGISTRATION: "/seafarer-registration",
|
SEAFARER_REGISTRATION: "/seafarer-registration",
|
||||||
VESSEL_REGISTRATION: "/licensing/VESSEL_REGISTRATION/apply",
|
VESSEL_REGISTRATION: "/vessel-registration",
|
||||||
};
|
};
|
||||||
|
|
||||||
function nextStepFor(selectedKeys: string[]): string {
|
function nextStepFor(selectedKeys: string[]): string {
|
||||||
|
|||||||
Reference in New Issue
Block a user