Fix postgres query and minor UI updates for outgoing webhooks.

Этот коммит содержится в:
JoramWilander
2015-10-02 08:14:31 -04:00
родитель ba3cde024f
Коммит 5574151c85
3 изменённых файлов: 7 добавлений и 10 удалений

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

@@ -20,6 +20,8 @@ export default class UserSettingsIntegrationsTab extends React.Component {
}
handleClose() {
this.updateSection('');
$('.ps-container.modal-body').scrollTop(0);
$('.ps-container.modal-body').perfectScrollbar('update');
}
componentDidMount() {
$('#user_settings').on('hidden.bs.modal', this.handleClose);