Validate callback urls on the server and add help text to outgoing webhooks

Этот коммит содержится в:
JoramWilander
2015-10-30 13:36:51 -04:00
родитель 9d34e95045
Коммит 1f3423796e
5 изменённых файлов: 49 добавлений и 16 удалений

Просмотреть файл

@@ -56,7 +56,7 @@ export default class UserSettingsIntegrationsTab extends React.Component {
<SettingItemMin
title='Incoming Webhooks'
width='medium'
describe='Manage your incoming webhooks (Developer feature)'
describe='Manage your incoming webhooks'
updateSection={() => {
this.updateSection('incoming-hooks');
}}