fix: expose verification_status as a selectable JOB_SEEKER dashboard widget
All checks were successful
build-and-release / build (push) Successful in 47s
All checks were successful
build-and-release / build (push) Successful in 47s
Job seekers had no way to see/submit verification documents from their dashboard because the widget picker never offered this option for their role, so no admin could add it via the builder UI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
1de5baeb92
commit
fbf343263d
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ const ROLE_WIDGETS: Record<"PROFESSIONAL" | "COMPANY" | "JOB_SEEKER" | "CUSTOMER
|
|||
"shortlisted",
|
||||
"saved_jobs",
|
||||
"profile_status",
|
||||
"verification_status",
|
||||
"portfolio",
|
||||
],
|
||||
PROFESSIONAL: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue