async sync()

in src/app/work-items-filter.js [43:45]


  async sync(props) {
    await props.configWrapper.update({filter: this.toConfig()});
  }