From 4f71f4830cc60986bcc225c6b0ab7549c07c04b7 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 1 Jun 2020 05:58:52 +0000 Subject: [PATCH] uncomment --- web/src/components/modals/clients/AddClient.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);