updateGroup(group) {
    return this.$async(async () => {
      this.state.actionInProgress = true;
      try {
        await this.EdgeGroupService.update(group);