fix: dont add labels without id
Signed-off-by: grnd-alt <github@belakkaf.net>
This commit is contained in:
@@ -276,6 +276,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onSelectLabel(label) {
|
||||
if (!label.id) return
|
||||
this.card.labels.push(label)
|
||||
},
|
||||
onRemoveLabel(removedLabel) {
|
||||
|
||||
Reference in New Issue
Block a user