From 6297922ab9561dbf774ab5d51619abfc4a411e40 Mon Sep 17 00:00:00 2001 From: Brian Olecki Date: Tue, 15 Nov 2016 10:43:16 -0500 Subject: Add support for editing slash commands (#4335) --- webapp/routes/route_integrations.jsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'webapp/routes') diff --git a/webapp/routes/route_integrations.jsx b/webapp/routes/route_integrations.jsx index 0feb13bb7..7a4af7e7a 100644 --- a/webapp/routes/route_integrations.jsx +++ b/webapp/routes/route_integrations.jsx @@ -65,6 +65,12 @@ export default { System.import('components/integrations/components/add_command.jsx').then(RouteUtils.importComponentSuccess(callback)); } }, + { + path: 'edit', + getComponents: (location, callback) => { + System.import('components/integrations/components/edit_command.jsx').then(RouteUtils.importComponentSuccess(callback)); + } + }, { path: 'confirm', getComponents: (location, callback) => { -- cgit v1.2.3-1-g7c22