Skip to content

Commit

Permalink
Update promgen/static/js/promgen.vue.js
Browse files Browse the repository at this point in the history
Co-authored-by: Vicente Olivert Riera <[email protected]>
  • Loading branch information
bai1024 and vincent-olivert-riera committed Sep 9, 2024
1 parent 11554d7 commit 1cc310c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promgen/static/js/promgen.vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ app.component('silence-list-modal', {
}

return this.activeSilences.filter(silence => {
return this.state.labels.some(filterLabel => {
return this.state.labels.every(filterLabel => {
return silence.matchers.some(matcher =>
matcher.name === filterLabel.label &&
matcher.value === filterLabel.value
Expand Down

0 comments on commit 1cc310c

Please sign in to comment.