Skip to content

Commit

Permalink
Merge pull request #2455 from ORCID/restore-report-work-type
Browse files Browse the repository at this point in the history
restore report work type
  • Loading branch information
leomendoza123 authored Jan 28, 2025
2 parents 6ea0139 + 387ee8e commit d1c65fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ export const WorkTypeMenu: DeepSelectMenu[] = [
label: WorkTypesLabels[WorkTypes.publicSpeech],
value: WorkTypes.publicSpeech,
},
{
label: WorkTypesLabels[WorkTypes.report],
value: WorkTypes.report,
},
{ label: WorkTypesLabels[WorkTypes.website], value: WorkTypes.website },
{
divider: true,
Expand Down

0 comments on commit d1c65fd

Please sign in to comment.