summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorPoornima <mpoornima@users.noreply.github.com>2017-03-03 22:55:57 +0530
committerChristopher Speller <crspeller@gmail.com>2017-03-03 12:25:57 -0500
commitc3aff4525098dbf66afa011d1a7ef31e494ae836 (patch)
treec58472d3444f6d60c2761f84a2944a1f08566aaa /webapp
parente739a91c94049aa62cfe76b9c6686fb18184232b (diff)
downloadchat-c3aff4525098dbf66afa011d1a7ef31e494ae836.tar.gz
chat-c3aff4525098dbf66afa011d1a7ef31e494ae836.tar.bz2
chat-c3aff4525098dbf66afa011d1a7ef31e494ae836.zip
Fixing Link url when cancelling edit of incoming webhook (#5612)
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/integrations/components/abstract_incoming_webhook.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/integrations/components/abstract_incoming_webhook.jsx b/webapp/components/integrations/components/abstract_incoming_webhook.jsx
index 04322d77e..eda545bb1 100644
--- a/webapp/components/integrations/components/abstract_incoming_webhook.jsx
+++ b/webapp/components/integrations/components/abstract_incoming_webhook.jsx
@@ -215,7 +215,7 @@ export default class AbstractIncomingWebhook extends React.Component {
/>
<Link
className='btn btn-sm'
- to={`'/${this.props.team.name}/integrations/incoming_webhooks`}
+ to={`/${this.props.team.name}/integrations/incoming_webhooks`}
>
<FormattedMessage
id='add_incoming_webhook.cancel'