remove comments

This commit is contained in:
Moriz Wahl 2023-04-25 13:32:42 +02:00
parent 8df7d5d265
commit 1a4398eaf9

View File

@ -138,7 +138,7 @@ export default {
imageAspectRatio,
imageType,
imageBlurred,
categoryIds: categories ? categories.map((category) => category.id) : [], // : this.groupCategories.map((cat) => cat.id) || [],
categoryIds: categories ? categories.map((category) => category.id) : [],
},
formSchema: {
title: { required: true, min: 3, max: 100 },
@ -178,7 +178,7 @@ export default {
return this.group && this.group.name
},
groupCategories() {
return this.group && this.group.categories // && group.categories.map((cat) => cat.id )
return this.group && this.group.categories
},
},
watch: {