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
parent ab3b2aa23c
commit 85bb603103

View File

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