mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-09 16:18:00 -05:00
fixed adding supermarket category to supermarket frontend desync
This commit is contained in:
@@ -1452,6 +1452,7 @@ export default {
|
|||||||
|
|
||||||
if (supermarket.editing) {
|
if (supermarket.editing) {
|
||||||
this.$set(this.supermarkets[index], "editing", false)
|
this.$set(this.supermarkets[index], "editing", false)
|
||||||
|
this.$set(this.supermarkets[index], "category_to_supermarket", this.editing_supermarket_categories)
|
||||||
this.editing_supermarket_categories = []
|
this.editing_supermarket_categories = []
|
||||||
|
|
||||||
let apiClient = new ApiApiFactory()
|
let apiClient = new ApiApiFactory()
|
||||||
|
|||||||
Reference in New Issue
Block a user