Skip to content

Commit

Permalink
Update TimeOfDaySection.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
chienleng committed Sep 12, 2023
1 parent c49703f commit af145bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Energy/TimeOfDaySection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ export default {
watch: {
allDomains(val) {
console.log('changed', val)
const filtered = this.datasets.filter(d => d.id === '_total' || d.id === '_totalRenewables')
this.selectedToDs = filtered
}
},
Expand Down

0 comments on commit af145bb

Please sign in to comment.