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

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

This reverts commit e3b2fc6074.

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

This reverts commit c0350dc362.
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

@@ -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"}}>

View File

@@ -5,5 +5,5 @@
content=field.choices
nameProperty="label"
tabindex="9"
onChange=(fn (mut field.value))
onChange=(action (mut field.value))
}}