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 />,
|
icon: <WorkIcon />,
|
||||||
path: "/candidate/jobs/:jobId?",
|
path: "/candidate/jobs/:jobId?",
|
||||||
component: <JobViewer />,
|
component: <JobViewer />,
|
||||||
userTypes: ["candidate"],
|
userTypes: ["candidate", "guest", "employer"],
|
||||||
userMenuGroup: "profile",
|
userMenuGroup: "profile",
|
||||||
showInNavigation: false,
|
showInNavigation: false,
|
||||||
showInUserMenu: true,
|
showInUserMenu: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user