mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-14 05:14:46 +00:00
Compare commits
4 commits
77c8c34a4d
...
16860f36d8
Author | SHA1 | Date | |
---|---|---|---|
|
16860f36d8 | ||
|
97cbaac5d9 | ||
|
1a148787df | ||
|
3daf71c632 |
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ export default {
|
|||
return tagOptions;
|
||||
},
|
||||
selectedTags() {
|
||||
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));
|
||||
},
|
||||
colorOptions() {
|
||||
return colorOptions(this);
|
||||
|
|
Loading…
Add table
Reference in a new issue