Skip to content

Commit

Permalink
Merge pull request #2440 from ORCID/lmendoza/9569-qa-work-type-intera…
Browse files Browse the repository at this point in the history
…ctive-resource-missing

9569-qa-work-type-interactive-resource-missing
  • Loading branch information
leomendoza123 authored Jan 8, 2025
2 parents 3e212e5 + 24bad9f commit 3f2c852
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ export const WorkTypeMenu: DeepSelectMenu[] = [
value: WorkTypes.image,
label: WorkTypesLabels[WorkTypes.image],
},
/// No value for: Interactive resource
{
value: WorkTypes.onlineResource,
label: WorkTypesLabels[WorkTypes.onlineResource],
},
{
value: WorkTypes.movingImage,
label: WorkTypesLabels[WorkTypes.movingImage],
Expand Down

0 comments on commit 3f2c852

Please sign in to comment.