changeset 3690:2589cceebca1

import_overview: on mount always initialize with latest imports
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Jun 2019 16:52:02 +0200
parents 268348a58c9c
children afc8ac7001ee
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 16:44:05 2019 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Tue Jun 18 16:52:02 2019 +0200
@@ -447,6 +447,7 @@
   },
   mounted() {
     this.loadUpdatedLogs();
+    this.selectedInterval = this.$options.LAST_HOUR;
     this.$store.dispatch("usermanagement/loadUsers").catch(error => {
       const { status, data } = error.response;
       displayError({