Skip to content

Commit 7936c8e

Browse files
authored
chore: Add name (#77)
1 parent cad5a40 commit 7936c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs-private/service-logic/services/event-links/useEventLinksService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const useEventLinksService = (ctx: Context, ownership: Ownership) => {
140140
authFormData,
141141
identity: link?.identity,
142142
identityType: link?.identityType,
143-
name: link?.label,
143+
name: authFormData?.NAME || link?.label,
144144
group: link?.group,
145145
},
146146
});
@@ -251,7 +251,7 @@ export const useEventLinksService = (ctx: Context, ownership: Ownership) => {
251251
connectionDefinitionId,
252252
identity: link?.identity,
253253
identityType: link?.identityType,
254-
name: link?.label,
254+
name: formData?.NAME || link?.label,
255255
group: link?.group,
256256
},
257257
});

0 commit comments

Comments
 (0)