diff client/src/store/application.js @ 4495:850968005e0a

Limited list of countries in client to relevant ones.
author Sascha Wilde <wilde@intevation.de>
date Mon, 30 Sep 2019 12:38:56 +0200
parents 685a5fd3a2f3
children 5555b77b8c4e
line wrap: on
line diff
--- a/client/src/store/application.js	Fri Sep 27 20:18:37 2019 +0200
+++ b/client/src/store/application.js	Mon Sep 30 12:38:56 2019 +0200
@@ -42,7 +42,7 @@
     showFairwayDepthLNWL: false,
     contextBoxContent: null, // bottlenecks, imports, staging
     expandToolbar: true,
-    countries: ["AT", "SK", "HU", "HR", "RS", "BiH", "BG", "RO", "UA"],
+    countries: ["AT", "SK", "HU", "HR", "RS", "BG", "RO"],
     searchQuery: "",
     version,
     tempRoute: "",