in src/app/configuration/container/service-select-container.js [10:17]
label: i18n('TeamCity server'),
isLoading: state.configuration.isLoadingServices,
placeholder: i18n('TeamCity server'),
selectedService: state.configuration.selectedTeamcityService,
serviceList: state.configuration.teamcityServices,
loadError: state.configuration.serviceLoadErrorMessage
}),
dispatch => ({