From 4353e1fb978b70966800049cbf62088a53ab6df4 Mon Sep 17 00:00:00 2001 From: David Lu Date: Thu, 26 May 2016 05:36:51 -0700 Subject: PLT-2989 Incoming webhooks available to all channels user is member of (#3082) * Removed OPEN_CHANNEL check * Added checks for each type of channel * Added all channels display Used onComponentUpdate, made code clearer * Made requested changes --- webapp/components/backstage/add_outgoing_webhook.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/components/backstage/add_outgoing_webhook.jsx') diff --git a/webapp/components/backstage/add_outgoing_webhook.jsx b/webapp/components/backstage/add_outgoing_webhook.jsx index 5f07217ab..2fefd5965 100644 --- a/webapp/components/backstage/add_outgoing_webhook.jsx +++ b/webapp/components/backstage/add_outgoing_webhook.jsx @@ -224,6 +224,7 @@ export default class AddOutgoingWebhook extends React.Component { id='channelId' value={this.state.channelId} onChange={this.updateChannelId} + selectOpen={true} /> -- cgit v1.2.3-1-g7c22