diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index a58c83f..554c6c3 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -386,7 +386,7 @@
/>
-
+
@@ -713,9 +713,7 @@ export default {
object: node.children ? node.client : node.site,
},
})
- .onOk(() => {
- this.clearTreeSelected();
- });
+ .onOk(this.refreshEntireSite);
},
showAddSiteModal(node) {
this.$q