We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da3f027 + a3e759d commit 5f7afc5Copy full SHA for 5f7afc5
apps/learner-web-app/src/app/sso/page.tsx
@@ -210,7 +210,7 @@ const SSOContent = () => {
210
211
// Map the label to the corresponding FilterKey and store in localStorage
212
switch (label) {
213
- case 'GROUP_MEMBERSHIP':
+ case 'EMP_GROUP':
214
localStorage.setItem(FilterKey.GROUP_MEMBERSHIP, JSON.stringify(selectedValues));
215
break;
216
case 'JOB_FAMILY':
0 commit comments