changeset 3174:aeb9d6fc640a

statistics: sprinkled more fairy dust on to bottleneck selection
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 06 May 2019 17:39:55 +0200
parents 1287b031424c
children 296392d4539c
files client/src/components/Statistics.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Statistics.vue	Mon May 06 17:36:20 2019 +0200
+++ b/client/src/components/Statistics.vue	Mon May 06 17:39:55 2019 +0200
@@ -141,6 +141,7 @@
   },
   watch: {
     selectedBottleneck() {
+      this.type = this.$options.BOTTLENECKS;
       this.setSelectedBottleneck();
     },
     type() {