From 29b98ec383e47f28e7e190434f872072815cb6cb Mon Sep 17 00:00:00 2001 From: 94117nl Date: Tue, 4 Jul 2017 07:58:45 -0500 Subject: PLT-6445 Migrate add_command.jsx to be pure and use Redux (#6804) * Migrate add_command.jsx to be pure and use redux * Add basic test for AddCommand component --- webapp/routes/route_integrations.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/routes') diff --git a/webapp/routes/route_integrations.jsx b/webapp/routes/route_integrations.jsx index c7c7497b8..dd3ebe663 100644 --- a/webapp/routes/route_integrations.jsx +++ b/webapp/routes/route_integrations.jsx @@ -74,7 +74,7 @@ export default { { path: 'add', getComponents: (location, callback) => { - System.import('components/integrations/components/add_command.jsx').then(RouteUtils.importComponentSuccess(callback)); + System.import('components/integrations/components/add_command').then(RouteUtils.importComponentSuccess(callback)); } }, { -- cgit v1.2.3-1-g7c22