changeset 4260:5b31d1f6aa90

Profiles: add an empty then handler to omit problems with promise rejection
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 26 Aug 2019 16:00:07 +0200
parents 0b90c34fa378
children ac99e13e9ca9
files client/src/components/fairway/Profiles.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Mon Aug 26 15:33:11 2019 +0200
+++ b/client/src/components/fairway/Profiles.vue	Mon Aug 26 16:00:07 2019 +0200
@@ -497,6 +497,7 @@
           }
         }
       )
+        .then()
         .catch(error => {
           let status, data, message;
           if (error.response) {