FIX: date was not mutated when changing it in change-timestamp modal (#8935)

This commit is contained in:
Joffrey JAFFEUX
2020-02-12 09:12:36 +01:00
committed by GitHub
parent 3f50481188
commit 47f255f62c

View File

@@ -9,9 +9,9 @@
<form>
{{date-picker-past
value=(unbound date)
value=(readonly date)
containerId="date-container"
onChange=(action (mut date))}}
onSelect=(action (mut date))}}
{{input type="time" value=time}}
</form>