diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-04-09 11:03:21 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-16 09:50:21 +0200 |
commit | f33065523d7850d0722282e42f15cae0504a7097 (patch) | |
tree | e4597aca4624f1d30f85b03fe1bd2a49530b15c4 /settings/src/components/userList.vue | |
parent | 6ada8254c9da63638f3b7e0cceaacf4254f43916 (diff) | |
download | nextcloud-server-f33065523d7850d0722282e42f15cae0504a7097.tar.gz nextcloud-server-f33065523d7850d0722282e42f15cae0504a7097.zip |
Fixed tabs and Language support
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/src/components/userList.vue')
-rw-r--r-- | settings/src/components/userList.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/components/userList.vue b/settings/src/components/userList.vue index 8069388d179..ed5be1f6adf 100644 --- a/settings/src/components/userList.vue +++ b/settings/src/components/userList.vue @@ -231,7 +231,7 @@ export default { // revert form to original state Object.assign(this.newUser, this.$options.data.call(this).newUser); this.loading = false; - }, + }, createUser() { this.loading = true; this.$store.dispatch('addUser', { |