Skip to content

Commit

Permalink
9597-restore-report-work-type-to-work-type-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jan 29, 2025
1 parent 733448f commit d50a0cd
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 d50a0cd

Please sign in to comment.