fix: dont add labels without id

Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
grnd-alt
2025-07-29 09:01:35 +00:00
committed by backportbot[bot]
parent 66d94dd9df
commit 99e7f86849
+1
View File
@@ -276,6 +276,7 @@ export default {
}
},
onSelectLabel(label) {
if (!label.id) return
this.card.labels.push(label)
},
onRemoveLabel(removedLabel) {