FIX: `onChange` needs an action (#117)
Before this fix it was impossible for a user to change their preference for reminder frequency.
This commit is contained in:
parent
f542f2e456
commit
53c5933b93
|
|
@ -5,7 +5,7 @@
|
||||||
valueProperty="value"
|
valueProperty="value"
|
||||||
content=availableFrequencies
|
content=availableFrequencies
|
||||||
value=selectedFrequency
|
value=selectedFrequency
|
||||||
onChange=(mut user.custom_fields.remind_assigns_frequency)
|
onChange=(action (mut user.custom_fields.remind_assigns_frequency))
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue