feat: Implement language selection feature in staff profile onboarding
This commit is contained in:
@@ -73,7 +73,7 @@ class StaffMainModule extends Module {
|
||||
],
|
||||
);
|
||||
r.module(
|
||||
StaffPaths.childRoute(StaffPaths.main, StaffPaths.onboardingPersonalInfo).replaceFirst('/personal-info', ''),
|
||||
StaffPaths.childRoute(StaffPaths.main, StaffPaths.onboardingPersonalInfo),
|
||||
module: StaffProfileInfoModule(),
|
||||
);
|
||||
r.module(
|
||||
|
||||
Reference in New Issue
Block a user