mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:23:00 +08:00
DEV: replaces unecessary (action (mut .*)) by (mut .*) (#10822)
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
{{timezone-input
|
||||
options=(hash icon="globe")
|
||||
value=timezone
|
||||
onChange=(action (mut timezone))
|
||||
onChange=(mut timezone)
|
||||
}}
|
||||
{{/unless}}
|
||||
</div>
|
||||
@ -74,7 +74,7 @@
|
||||
{{timezone-input
|
||||
value=timezone
|
||||
options=(hash icon="globe")
|
||||
onChange=(action (mut timezone))
|
||||
onChange=(mut timezone)
|
||||
}}
|
||||
{{/if}}
|
||||
</div>
|
||||
@ -92,7 +92,7 @@
|
||||
content=recurringOptions
|
||||
class="recurrence-input"
|
||||
value=recurring
|
||||
onChange=(action (mut recurring))
|
||||
onChange=(mut recurring)
|
||||
none="discourse_local_dates.create.form.recurring_none"}}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user