Skip to content

Commit

Permalink
exui-2106-missing jurisdiction (#3808)
Browse files Browse the repository at this point in the history
* added missing jurisdiction

* version updated
  • Loading branch information
RiteshHMCTS committed Aug 8, 2024
1 parent 3d15a31 commit 6796501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpx-exui",
"version": "7.0.14",
"version": "7.0.15",
"engines": {
"node": ">=18.17.0"
},
Expand Down
3 changes: 2 additions & 1 deletion src/work-allocation/utils/work-allocation-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ export const servicesMap: { [key: string]: string } = {
SSCS: 'Social security and child support',
CIVIL: 'Civil',
PRIVATELAW: 'Private Law',
PUBLICLAW: 'Public Law'
PUBLICLAW: 'Public Law',
EMPLOYMENT: 'Employment'
};

export function getOptions(taskRoles: TaskRole[], sessionStorageService: ISessionStorageService): OptionsModel[] {
Expand Down

0 comments on commit 6796501

Please sign in to comment.