Skip to content

Commit

Permalink
9569-qa-work-type-interactive-resource-missing
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Jan 8, 2025
1 parent 3e212e5 commit 24bad9f
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 24bad9f

Please sign in to comment.