diff --git a/src/components/FileBar.vue b/src/components/FileBar.vue index 20202810..29eade94 100644 --- a/src/components/FileBar.vue +++ b/src/components/FileBar.vue @@ -150,7 +150,7 @@ - + -
+
@@ -196,9 +200,9 @@ " > - + - Integrations + Reporting @@ -816,7 +820,7 @@ export default { this.$axios.get("/core/urlaction/").then((r) => { if (r.data.length === 0) { this.notifyWarning( - "No URL Actions configured. Go to Settings > Global Settings > URL Actions" + "No URL Actions configured. Go to Settings > Global Settings > URL Actions", ); return; }