diff client/src/components/importconfiguration/ScheduledImports.vue @ 4410:3759b47f20f3

FD_import: change unit of depth to meter for consistency
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 17 Sep 2019 16:08:45 +0200
parents 6f31a99cd92d
children 008bc1ae8897
line wrap: on
line diff
--- a/client/src/components/importconfiguration/ScheduledImports.vue	Tue Sep 17 16:06:54 2019 +0200
+++ b/client/src/components/importconfiguration/ScheduledImports.vue	Tue Sep 17 16:08:45 2019 +0200
@@ -718,7 +718,7 @@
       this.maxWidth = value;
     },
     setDepth(value) {
-      this.depth = value;
+      this.depth = parseInt(value * 100);
     },
     setSourceOrganization(value) {
       this.sourceOrganization = value;