From 0c7aefc5548b6f00515e09d8153fac45e9d3378b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 4 Nov 2020 18:16:24 +0000 Subject: [PATCH] --- ayanova/src/components/dash-base.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/dash-base.vue b/ayanova/src/components/dash-base.vue index 5e7e662d..e2810d86 100644 --- a/ayanova/src/components/dash-base.vue +++ b/ayanova/src/components/dash-base.vue @@ -69,7 +69,7 @@ - + $ayiSync @@ -173,7 +173,7 @@ export default { }, methods: { refresh: function() { - this.$emit("dash-refresh", this.id); + this.$emit("dash-refresh"); } } };