diff --git a/web/src/components/modals/clients/AddClient.vue b/web/src/components/modals/clients/AddClient.vue index e0b4e53b..c93c0a49 100644 --- a/web/src/components/modals/clients/AddClient.vue +++ b/web/src/components/modals/clients/AddClient.vue @@ -55,7 +55,7 @@ export default { axios .post("/clients/clients/", this.client) .then(r => { - //this.$emit("close"); + this.$emit("close"); this.$store.dispatch("loadTree"); this.$store.dispatch("getUpdatedSites"); this.notifySuccess(r.data);