mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REVERT: revert change from action + mut to mut (#10844)
* Revert "FIX: fixes regression where wizard dropdown couldn't update (#10838)" This reverts commite3b2fc6074. * Revert "DEV: replaces unecessary (action (mut .*)) by (mut .*) (#10822)" This reverts commitc0350dc362.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
value=inviteRole
|
||||
content=roles
|
||||
nameProperty="label"
|
||||
onChange=(mut inviteRole)
|
||||
onChange=(action (mut inviteRole))
|
||||
}}
|
||||
|
||||
<button type="button" class="wizard-btn small add-user" {{action "addUser"}}>
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
content=field.choices
|
||||
nameProperty="label"
|
||||
tabindex="9"
|
||||
onChange=(fn (mut field.value))
|
||||
onChange=(action (mut field.value))
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user