Skip to content

Commit

Permalink
Fixed issue 1871 (#1893)
Browse files Browse the repository at this point in the history
Co-authored-by: Hussein Khalifa <hkhalifa@google.com>
  • Loading branch information
hkhalifa and Hussein Khalifa authored Aug 9, 2021
1 parent 18a5841 commit e936c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timesketch/frontend/src/views/Explore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ export default {
this.selectedLabels.forEach(label => {
let chip = {
field: '',
value: label.label,
value: label,
type: 'label',
operator: 'must',
active: true,
Expand Down

0 comments on commit e936c01

Please sign in to comment.