Skip to content

Commit

Permalink
fix: use the udpated labelsFromQuery in labels
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Feb 10, 2025
1 parent 9ba13ae commit ec967a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/layout/Labels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
return this.labelsFromQuery.has(key) && this.labelsFromQuery.get(key) === value;
},
link(key, value) {
const labels = this.getLabelsFromQuery();
const labels = this.labelsFromQuery;
if (labels.has(key)) {
labels.delete(key);
Expand Down

0 comments on commit ec967a5

Please sign in to comment.