changeset 3214:861329d535b2

statistics: guarg for los
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 09 May 2019 11:03:21 +0200
parents b3a1ecdda797
children 3b36bb33f5b0
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	Thu May 09 10:52:54 2019 +0200
+++ b/client/src/components/Statistics.vue	Thu May 09 11:03:21 2019 +0200
@@ -224,6 +224,7 @@
         this.from == null ||
         this.to == null ||
         this.frequency == null ||
+        this.los == null ||
         this.selectedFairwayAvailabilityFeature == null
       );
     },