fix: dont add labels without id

Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
grnd-alt
2025-07-29 10:37:19 +02:00
committed by backportbot[bot]
parent 6685341d9c
commit 6993fc906f

View File

@@ -276,6 +276,7 @@ export default {
}
},
onSelectLabel(label) {
if (!label.id) return
this.card.labels.push(label)
},
onRemoveLabel(removedLabel) {