summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_settings/user_settings_integrations.jsx
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-02 08:14:31 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-19 09:00:30 -0400
commit5574151c8581211326b9ae4dbb400e70b083ecb9 (patch)
tree6b3a98c2e509594438ce0edd74312f6330382fc1 /web/react/components/user_settings/user_settings_integrations.jsx
parentba3cde024fecbc5c7cf3fee2348fb7db66da2160 (diff)
downloadchat-5574151c8581211326b9ae4dbb400e70b083ecb9.tar.gz
chat-5574151c8581211326b9ae4dbb400e70b083ecb9.tar.bz2
chat-5574151c8581211326b9ae4dbb400e70b083ecb9.zip
Fix postgres query and minor UI updates for outgoing webhooks.
Diffstat (limited to 'web/react/components/user_settings/user_settings_integrations.jsx')
-rw-r--r--web/react/components/user_settings/user_settings_integrations.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/components/user_settings/user_settings_integrations.jsx b/web/react/components/user_settings/user_settings_integrations.jsx
index 5711b8de2..bc5f36a51 100644
--- a/web/react/components/user_settings/user_settings_integrations.jsx
+++ b/web/react/components/user_settings/user_settings_integrations.jsx
@@ -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);