]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/components/ConnectivityChecker.vue
Merge branch 'main' into dynamic-services
[github/bastienwirtz/homer.git] / src / components / ConnectivityChecker.vue
index a91a8098457710423df60d74cf676c1f23a25f0b..d5f8f80c27e60787c47ec8de9c67d802e428baa5 100644 (file)
@@ -44,7 +44,7 @@ export default {
           that.offline = true;
         })
         .finally(function () {
-          that.$emit("network:status-update", that.offline);
+          that.$emit("network-status-update", that.offline);
         });
     },
   },