changeset 1762:f567ede52fa6

Fixed kind key for gaugemeasurement in client.
author Sascha Wilde <wilde@intevation.de>
date Thu, 10 Jan 2019 18:57:32 +0100
parents 0145537d5474
children 4c21ff668b01
files client/src/store/imports.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/imports.js	Thu Jan 10 18:30:43 2019 +0100
+++ b/client/src/store/imports.js	Thu Jan 10 18:57:32 2019 +0100
@@ -38,7 +38,7 @@
 const IMPORTTYPEKIND = {
   bottleneck: "bn",
   fairwayawailability: "fa",
-  gaugemeasurement: "ga",
+  gaugemeasurement: "gm",
   waterwayaxis: "wx"
 };