diff client/src/store/imports.js @ 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 0a6b2ace7b7e
children f73fc7e5b51a
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"
 };