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:
Robin Ward 2020-10-30 11:49:56 -04:00 committed by GitHub
parent f542f2e456
commit 53c5933b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
valueProperty="value"
content=availableFrequencies
value=selectedFrequency
onChange=(mut user.custom_fields.remind_assigns_frequency)
onChange=(action (mut user.custom_fields.remind_assigns_frequency))
}}
</div>
{{/if}}