diff --git a/frontend/src/forms/Group.vue b/frontend/src/forms/Group.vue index f6346991..0530e70f 100644 --- a/frontend/src/forms/Group.vue +++ b/frontend/src/forms/Group.vue @@ -6,7 +6,7 @@
-
+
@@ -24,7 +24,7 @@
-
@@ -67,10 +67,9 @@ this.group = {} this.edit(false) }, - async saveGroup(e) { - e.preventDefault(); + async saveGroup() { this.loading = true - if (this.in_group) { + if (this.group.id) { await this.updateGroup() } else { await this.createGroup() diff --git a/version.txt b/version.txt index 6862906e..a0032761 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.90.10 +0.90.11 \ No newline at end of file