Skip to content

Commit 130c73a

Browse files
committed
fix: update employeeType value in inetOrgPerson to uppercase
- Changed the default value of the `employeeType` field in the inetOrgPerson object from 'local' to 'LOCAL' in the identities table component, ensuring consistency in data representation.
1 parent d385c8b commit 130c73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/pages/identities/table/[_id].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default defineNuxtComponent({
7575
state: IdentityState.TO_CREATE,
7676
inetOrgPerson: {
7777
mail: '',
78-
employeeType: 'local',
78+
employeeType: 'LOCAL',
7979
},
8080
additionalFields: {
8181
attributes: {},

0 commit comments

Comments
 (0)