changeset 3684:2babdaa32709

client: importoverview: refresh on mount
author Markus Kottlaender <markus@intevation.de>
date Tue, 18 Jun 2019 14:15:29 +0200
parents 4a00ff7e44f0
children 8775bea8042a
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Tue Jun 18 13:21:41 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Tue Jun 18 14:15:29 2019 +0200
@@ -446,6 +446,7 @@
     }
   },
   mounted() {
+    this.loadUpdatedLogs();
     this.$store.dispatch("usermanagement/loadUsers").catch(error => {
       const { status, data } = error.response;
       displayError({