mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
fixed saving shopping shared users
This commit is contained in:
@@ -432,7 +432,7 @@
|
||||
<div class="col col-md-6 text-right">
|
||||
<generic-multiselect
|
||||
size="sm"
|
||||
@change="settings.shopping_share = $event.valsaveSettings()"
|
||||
@change="settings.shopping_share = $event.val;saveSettings()"
|
||||
:model="Models.USER"
|
||||
:initial_selection="settings.shopping_share"
|
||||
label="username"
|
||||
|
||||
Reference in New Issue
Block a user