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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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>