fix: industry value

This commit is contained in:
Shivam Mishra
2024-02-29 17:01:04 +05:30
parent 17a111f324
commit 62a9d8372b
@@ -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', {