fixed adding supermarket category to supermarket frontend desync

This commit is contained in:
vabene1111
2022-05-04 15:20:40 +02:00
parent bfc42638a4
commit 68f272bc25

View File

@ -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()