Skip to content

Commit

Permalink
Merge branch 'ui-panels-cat' into gtif-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Mar 21, 2024
2 parents ac68328 + ff8a300 commit 059c750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/IndicatorFiltersPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default {
},
onSelect: (item) => {
if (this.toolsToggle) {
this.toggleSelectedItem();
this.toggleSelectedItem(item);
} else {
this.$router.push({ name: item.id });
}
Expand Down

0 comments on commit 059c750

Please sign in to comment.