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