We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d537769 commit f696682Copy full SHA for f696682
1 file changed
apps/settings/src/components/PersonalInfo/shared/AccountPropertySection.vue
@@ -180,7 +180,6 @@ export default {
180
this.isSuccess = true
181
setTimeout(() => { this.isSuccess = false }, 2000)
182
} else {
183
- this.$emit('update:value', this.initialValue)
184
handleError(error, errorMessage)
185
this.hasError = true
186
setTimeout(() => { this.hasError = false }, 2000)
0 commit comments