Skip to content

Commit 3ceb98b

Browse files
authored
Merge pull request #2192 from tekdi/release-1.12.0-prod-fix
Release 1.12.0 prod fix to learner prod
2 parents 0411dd4 + cdf1df7 commit 3ceb98b

File tree

1 file changed

+1
-1
lines changed
  • mfes/content/src/components/Content

1 file changed

+1
-1
lines changed

mfes/content/src/components/Content/List.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ export default function Content(props: Readonly<ContentProps>) {
348348
limit: adjustedLimit,
349349
signal: controller.signal,
350350
primaryCategory: [
351-
'Learning Resource','Practice Question Set','Activity','Story'],
351+
'Learning Resource','Practice Question Set','Activity','Story' ,'Interactive'],
352352
});
353353

354354
setTotalCount(resultResponse2?.result?.count);

0 commit comments

Comments
 (0)