From f33065523d7850d0722282e42f15cae0504a7097 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Mon, 9 Apr 2018 11:03:21 +0200 Subject: Fixed tabs and Language support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/src/components/userList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/src/components/userList.vue') 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', { -- cgit v1.2.3