This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item @click="$emit('dash-refresh', id)">
|
||||
<v-list-item @click="$emit('dash-refresh')">
|
||||
<v-list-item-icon>
|
||||
<v-icon>$ayiSync</v-icon>
|
||||
</v-list-item-icon>
|
||||
@@ -173,7 +173,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
refresh: function() {
|
||||
this.$emit("dash-refresh", this.id);
|
||||
this.$emit("dash-refresh");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user