mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 13:22:23 +02:00
Person editor fix (#1711)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -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)} />
|
||||
|
||||
Reference in New Issue
Block a user