mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-25 19:58:30 +03:00
Fix DateTime attribute editor (#6055)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
585e565518
commit
bda3404c50
@ -65,7 +65,7 @@
|
||||
label={setting.string.DateMode}
|
||||
on:selected={(res) => {
|
||||
selected = res.detail
|
||||
dispatch('change', { type: TypeDate(res.detail._id) })
|
||||
dispatch('change', { type: TypeDate(res.detail) })
|
||||
}}
|
||||
/>
|
||||
{:else}
|
||||
|
Loading…
Reference in New Issue
Block a user