Skip to content

Commit

Permalink
Merge pull request #2459 from ORCID/lmendoza/9597-restore-report-work…
Browse files Browse the repository at this point in the history
…-type-to-work-type-menu-v2

9597-restore-report-work-type-to-work-type-menu
  • Loading branch information
leomendoza123 authored Jan 29, 2025
2 parents 76f4fb6 + 60fc635 commit f2e907f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ export const WorkTypeMenu: DeepSelectMenu[] = [
label: WorkTypesLabels[WorkTypes.newspaperArticle],
value: WorkTypes.newspaperArticle,
},
{
label: WorkTypesLabels[WorkTypes.publicSpeech],
value: WorkTypes.publicSpeech,
},
{
label: WorkTypesLabels[WorkTypes.report],
value: WorkTypes.report,
},
{
label: WorkTypesLabels[WorkTypes.publicSpeech],
value: WorkTypes.publicSpeech,
},
{ label: WorkTypesLabels[WorkTypes.website], value: WorkTypes.website },
{
divider: true,
Expand Down

0 comments on commit f2e907f

Please sign in to comment.