changeset 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 a82d75a1b497
children 8c98d801e62e
files client/src/store/application.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: "",