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', {