We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f696682 commit 16c7f25Copy full SHA for 16c7f25
1 file changed
apps/settings/src/components/PersonalInfo/shared/AccountPropertySection.vue
@@ -155,6 +155,7 @@ export default {
155
methods: {
156
async updateProperty(value) {
157
try {
158
+ this.hasError = false
159
const responseData = await savePrimaryAccountProperty(
160
this.name,
161
value,
@@ -182,7 +183,6 @@ export default {
182
183
} else {
184
handleError(error, errorMessage)
185
this.hasError = true
- setTimeout(() => { this.hasError = false }, 2000)
186
}
187
},
188
0 commit comments