mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 16:30:49 +00:00
Person editor fix (#1711)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
parent
b0a8a91ce7
commit
d7df2ff0a0
@ -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)} />
|
||||
|
Loading…
Reference in New Issue
Block a user