From 68f272bc2533e04e55028d6f5413655a3d1f0ea1 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 4 May 2022 15:20:40 +0200 Subject: [PATCH] fixed adding supermarket category to supermarket frontend desync --- vue/src/apps/ShoppingListView/ShoppingListView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue index 5045e538a..eca16af69 100644 --- a/vue/src/apps/ShoppingListView/ShoppingListView.vue +++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue @@ -1452,6 +1452,7 @@ export default { if (supermarket.editing) { this.$set(this.supermarkets[index], "editing", false) + this.$set(this.supermarkets[index], "category_to_supermarket", this.editing_supermarket_categories) this.editing_supermarket_categories = [] let apiClient = new ApiApiFactory()