This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 2f584f6 [Fix][ui]fix the letter case mistake (#3760)
2f584f6 is described below
commit 2f584f61cbc2b38c34fe53826442e8d998790074
Author: xloya <[email protected]>
AuthorDate: Fri Sep 18 19:14:28 2020 +0800
[Fix][ui]fix the letter case mistake (#3760)
---
.../src/js/conf/home/pages/user/pages/password/_source/info.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue
index c2d97be..132f6d9 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue
+++
b/dolphinscheduler-ui/src/js/conf/home/pages/user/pages/password/_source/info.vue
@@ -86,7 +86,7 @@
tenantId: this.userInfo.tenantId,
email: this.userInfo.email,
phone: this.userInfo.phone,
- state: this.userinfo.state
+ state: this.userInfo.state
}
this.spinnerLoading = true
this.updateUser(param).then(res => {