From 62a9d8372bec8faba7a130ea3146e1d4a8a5ff92 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 29 Feb 2024 17:01:04 +0530 Subject: [PATCH] fix: industry value --- app/javascript/v3/views/onboarding/SetupCompany.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/v3/views/onboarding/SetupCompany.vue b/app/javascript/v3/views/onboarding/SetupCompany.vue index b04476ef7..61026d9ca 100644 --- a/app/javascript/v3/views/onboarding/SetupCompany.vue +++ b/app/javascript/v3/views/onboarding/SetupCompany.vue @@ -195,7 +195,7 @@ export default { const { industry } = this.accountAttributes; const industryValue = - this.industry === 'other' ? industry : this.industry; + this.industry === 'Other' ? industry : this.industry; try { await this.$store.dispatch('accounts/update', {