diff client/src/components/importoverview/Filters.vue @ 2593:956b230c6062

overview2 WIP
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 12 Mar 2019 10:42:27 +0100
parents 5295a182b4a4
children 3c04c8e46bd4
line wrap: on
line diff
--- a/client/src/components/importoverview/Filters.vue	Tue Mar 12 09:44:32 2019 +0100
+++ b/client/src/components/importoverview/Filters.vue	Tue Mar 12 10:42:27 2019 +0100
@@ -56,7 +56,7 @@
         "declined",
         "warning"
       ].filter(x => this[x]);
-      this.$store.commit("imports/setFilers", filters);
+      this.$store.commit("imports/setFilters", filters);
     }
   },
   computed: {