We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3b2aa commit 85bb603Copy full SHA for 85bb603
1 file changed
src/views/CreateNewCardCustomPicker.vue
@@ -276,6 +276,7 @@ export default {
276
}
277
},
278
onSelectLabel(label) {
279
+ if (!label.id) return
280
this.card.labels.push(label)
281
282
onRemoveLabel(removedLabel) {
0 commit comments