Skip to content

Commit 5f7afc5

Browse files
authored
Merge pull request #2155 from tekdi/release-1.12.0
Release 1.12.0
2 parents da3f027 + a3e759d commit 5f7afc5

File tree

1 file changed

+1
-1
lines changed
  • apps/learner-web-app/src/app/sso

1 file changed

+1
-1
lines changed

apps/learner-web-app/src/app/sso/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const SSOContent = () => {
210210

211211
// Map the label to the corresponding FilterKey and store in localStorage
212212
switch (label) {
213-
case 'GROUP_MEMBERSHIP':
213+
case 'EMP_GROUP':
214214
localStorage.setItem(FilterKey.GROUP_MEMBERSHIP, JSON.stringify(selectedValues));
215215
break;
216216
case 'JOB_FAMILY':

0 commit comments

Comments
 (0)