REVERT: revert change from action + mut to mut (#10844)

* Revert "FIX: fixes regression where wizard dropdown couldn't update (#10838)"

This reverts commit e3b2fc60749ca3b584955d13a02cbe7f783a90a7.

* Revert "DEV: replaces unecessary (action (mut .*)) by (mut .*) (#10822)"

This reverts commit c0350dc362ce97af7424e8b7b93113a0a2e50510.
This commit is contained in:
Joffrey JAFFEUX
2020-10-06 23:50:05 +02:00
committed by GitHub
parent a8c47e7c7f
commit 7b34433fc2
50 changed files with 93 additions and 93 deletions

View File

@ -44,7 +44,7 @@
{{timezone-input
options=(hash icon="globe")
value=timezone
onChange=(mut timezone)
onChange=(action (mut timezone))
}}
{{/unless}}
</div>
@ -74,7 +74,7 @@
{{timezone-input
value=timezone
options=(hash icon="globe")
onChange=(mut timezone)
onChange=(action (mut timezone))
}}
{{/if}}
</div>
@ -92,7 +92,7 @@
content=recurringOptions
class="recurrence-input"
value=recurring
onChange=(mut recurring)
onChange=(action (mut recurring))
none="discourse_local_dates.create.form.recurring_none"}}
</div>
</div>