fix: industry value
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user