diff client/src/components/App.vue @ 2968:8b32574bed09 unified_import

wip
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 01 Apr 2019 15:12:49 +0200
parents eb3d7a429eb0
children 2e7c0f9cff24
line wrap: on
line diff
--- a/client/src/components/App.vue	Mon Apr 01 13:24:32 2019 +0200
+++ b/client/src/components/App.vue	Mon Apr 01 15:12:49 2019 +0200
@@ -79,7 +79,7 @@
     ...mapState("user", ["isAuthenticated"]),
     ...mapState("application", ["contextBoxContent", "showSearchbar"]),
     isMapVisible() {
-      return /importoverview|stretches|review|bottlenecks|mainview/.test(
+      return /importconfiguration|importoverview|stretches|review|bottlenecks|mainview/.test(
         this.routeName
       );
     },