mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: date was not mutated when changing it in change-timestamp modal (#8935)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user