Person editor fix (#1711)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov 2022-05-11 14:26:25 +06:00 committed by GitHub
parent b0a8a91ce7
commit d7df2ff0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,4 +27,4 @@
$: _class = type?.to ?? contact.class.Person
</script>
<UserBox {_class} {label} kind={'link'} size={'large'} bind:value on:change={onChange} />
<UserBox {_class} {label} kind={'link'} size={'large'} bind:value on:change={(e) => onChange(e.detail)} />