mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-19 23:00:13 +00: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}
|
label={setting.string.DateMode}
|
||||||
on:selected={(res) => {
|
on:selected={(res) => {
|
||||||
selected = res.detail
|
selected = res.detail
|
||||||
dispatch('change', { type: TypeDate(res.detail._id) })
|
dispatch('change', { type: TypeDate(res.detail) })
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
|
Loading…
Reference in New Issue
Block a user