Let guest users see job list
This commit is contained in:
parent
e0ed154476
commit
85eac72750
@ -169,7 +169,7 @@ export const navigationConfig: NavigationConfig = {
|
||||
icon: <WorkIcon />,
|
||||
path: "/candidate/jobs/:jobId?",
|
||||
component: <JobViewer />,
|
||||
userTypes: ["candidate"],
|
||||
userTypes: ["candidate", "guest", "employer"],
|
||||
userMenuGroup: "profile",
|
||||
showInNavigation: false,
|
||||
showInUserMenu: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user