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 fd55659 commit 97cbaacCopy full SHA for 97cbaac
src/components/TagsManager.vue
@@ -197,7 +197,7 @@ export default {
197
return tagOptions;
198
},
199
selectedTags() {
200
- return this.preSelectedTags.concat(this.newTags).filter(tag => !this.deleteTags.find(monitorTag => monitorTag.id === tag.id));
+ return this.preSelectedTags.concat(this.newTags).filter(tag => !this.deleteTags.find(monitorTag => monitorTag.tag_id === tag.tag_id));
201
202
colorOptions() {
203
return colorOptions(this);
0 commit comments