Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed May 4, 2022
2 parents b66a5c1 + 68f272b commit a5973de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue/src/apps/ShoppingListView/ShoppingListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a5973de

Please sign in to comment.