mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
fix: Bulk Update Owner Removes Some Recipe Data (#4393)
This commit is contained in:
parent
a17529bd71
commit
543a53cab4
4 changed files with 37 additions and 3 deletions
|
@ -377,7 +377,7 @@ export default defineComponent({
|
|||
});
|
||||
|
||||
loading.value = true;
|
||||
await api.recipes.updateMany(selected.value);
|
||||
await api.recipes.patchMany(selected.value);
|
||||
|
||||
await refreshRecipes();
|
||||
resetAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue