diff client/src/components/importconfiguration/ImportDetails.vue @ 5665:8fc26cc61ba8 clickable-links

Make BNs in log messages linkable
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 05 Dec 2023 12:22:39 +0100
parents daa39433bef1
children
line wrap: on
line diff
--- a/client/src/components/importconfiguration/ImportDetails.vue	Mon Dec 04 12:44:04 2023 +0100
+++ b/client/src/components/importconfiguration/ImportDetails.vue	Tue Dec 05 12:22:39 2023 +0100
@@ -152,7 +152,7 @@
     }
   },
   mounted() {
-    this.updateImport = !!this.Import
+    this.updateImport = !!this.Import;
   },
   methods: {
     back() {