diff client/src/components/importconfiguration/types/Soundingresults.vue @ 3407:7ea54c3b3fd6

afd: breaks for bottlenecks
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 23 May 2019 13:37:35 +0200
parents c1c85e70a368
children 76d63f18f55f
line wrap: on
line diff
--- a/client/src/components/importconfiguration/types/Soundingresults.vue	Thu May 23 13:09:49 2019 +0200
+++ b/client/src/components/importconfiguration/types/Soundingresults.vue	Thu May 23 13:37:35 2019 +0200
@@ -365,10 +365,7 @@
       }
     },
     depthReferenceOptions() {
-      if (
-        this.bottleneck &&
-        this.bottleneck.properties.reference_water_levels
-      ) {
+      if (this.bottleneck) {
         return Object.keys(
           JSON.parse(this.bottleneck.properties.reference_water_levels)
         );