From 6ec24867bc75057fa58c11e80a6b28334473983b Mon Sep 17 00:00:00 2001 From: 94117nl Date: Mon, 31 Jul 2017 07:26:04 -0500 Subject: GH-6448 Migrate edit_command.jsx to be pure and use Redux (#6858) * Migrate edit_command.jsx to be pure and use Redux, add basic test * Update newCommand to reference modified command * Fix typo * Remove unnecessary re-renders --- webapp/routes/route_integrations.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/routes/route_integrations.jsx') diff --git a/webapp/routes/route_integrations.jsx b/webapp/routes/route_integrations.jsx index 169d374c6..b7e08fda4 100644 --- a/webapp/routes/route_integrations.jsx +++ b/webapp/routes/route_integrations.jsx @@ -80,7 +80,7 @@ export default { { path: 'edit', getComponents: (location, callback) => { - System.import('components/integrations/components/edit_command.jsx').then(RouteUtils.importComponentSuccess(callback)); + System.import('components/integrations/components/edit_command').then(RouteUtils.importComponentSuccess(callback)); } }, { -- cgit v1.2.3-1-g7c22