Merge pull request #1018 from asaadmahmoodspin/ui-fixes

Other UI Improvements
Этот коммит содержится в:
Corey Hulen
2015-10-12 13:18:47 -07:00
родитель 1ce37c316a 893a72141b
Коммит 246c7414bd
11 изменённых файлов: 53 добавлений и 25 удалений

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

@@ -38,6 +38,7 @@ export default class UserSettingsIntegrationsTab extends React.Component {
incomingHooksSection = (
<SettingItemMax
title='Incoming Webhooks'
width = 'full'
inputs={inputs}
updateSection={function clearSection(e) {
this.updateSection('');
@@ -49,6 +50,7 @@ export default class UserSettingsIntegrationsTab extends React.Component {
incomingHooksSection = (
<SettingItemMin
title='Incoming Webhooks'
width = 'full'
describe='Manage your incoming webhooks (Developer feature)'
updateSection={function updateNameSection() {
this.updateSection('incoming-hooks');