Skip to content

Commit d7df2ff

Browse files
authored
Person editor fix (#1711)
Signed-off-by: Denis Bykhov <[email protected]>
1 parent b0a8a91 commit d7df2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/contact-resources/src/components/PersonEditor.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
$: _class = type?.to ?? contact.class.Person
2828
</script>
2929

30-
<UserBox {_class} {label} kind={'link'} size={'large'} bind:value on:change={onChange} />
30+
<UserBox {_class} {label} kind={'link'} size={'large'} bind:value on:change={(e) => onChange(e.detail)} />

0 commit comments

Comments
 (0)