fix date sorting

This commit is contained in:
Martin McKeaveney 2021-08-10 17:41:01 +01:00
parent 8c6460ddb1
commit 7d49634c6d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
const dispatch = createEventDispatcher() const dispatch = createEventDispatcher()
const onChange = e => { const onChange = e => {
value = e.detail value = e.detail
console.log(value.toISOString())
dispatch("change", e.detail) dispatch("change", e.detail)
} }
</script> </script>