From 4cf2ef17180c044ee7ecd8e63ba8e4f491f7d8b3 Mon Sep 17 00:00:00 2001 From: Chirag Chhatrala <60499540+chiragchhatrala@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:48:50 +0530 Subject: [PATCH] fix custom domain clear (#488) Co-authored-by: Julien Nahum --- .../open/forms/components/form-components/FormCustomSeo.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/components/open/forms/components/form-components/FormCustomSeo.vue b/client/components/open/forms/components/form-components/FormCustomSeo.vue index 5e71aaa7..238b78ba 100644 --- a/client/components/open/forms/components/form-components/FormCustomSeo.vue +++ b/client/components/open/forms/components/form-components/FormCustomSeo.vue @@ -27,6 +27,7 @@ { return item === this.form.custom_domain })) { + this.form.custom_domain = null + } }, methods: {}, }