async update (props) {
    if (props) {
      this.groups = props.groups;
      this.projects = props.projects;
    }