1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

fixed sharing pref saving

This commit is contained in:
vabene1111
2022-10-31 19:51:01 +01:00
parent bc9d077b9d
commit c2c08391cc
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<div v-if="user_preferences !== undefined">
<b-form-group :label="$t('shopping_share')" :description="$t('shopping_share_desc')">
<generic-multiselect
@change="updateSettings(false)"
@change="user_preferences.shopping_share = $event.val; updateSettings(false)"
:model="Models.USER"
:initial_selection="user_preferences.shopping_share"
label="display_name"