await dispatch()

in src/app/redux/actions.js [258:269]


  await dispatch(setInitialSettings({
    title,
    teamcityService,
    buildType,
    showLastSuccessful: showLastSuccessful || false,
    showLastPinned: showLastPinned || false,
    tags,
    branch,
    refreshPeriod,
    artifacts,
    buildInfo
  }));