From 5036280c2227934e6bd417323b4f0cf98cedb3eb Mon Sep 17 00:00:00 2001 From: Javier Tinoco <213990346+javiert-okta@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:41:57 -0500 Subject: [PATCH] fix programming language pick selection --- .../components/library-hero/library-hero.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/libraries/components/library-hero/library-hero.component.tsx b/src/features/libraries/components/library-hero/library-hero.component.tsx index c91d8424..1fda944e 100644 --- a/src/features/libraries/components/library-hero/library-hero.component.tsx +++ b/src/features/libraries/components/library-hero/library-hero.component.tsx @@ -64,7 +64,7 @@ export const LibraryHeroComponent: React.FC = ({ const options = useMemo(() => { return [ { - label: "Language", + label: "ProgrammingLanguage", options: [ { value: dictionary.filterPicker.defaultValue.value,