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
Этот коммит содержится в:
94117nl
2017-07-31 07:26:04 -05:00
коммит произвёл Joram Wilander
родитель f740698dbe
Коммит 6ec24867bc
5 изменённых файлов: 586 добавлений и 100 удалений

Просмотреть файл

@@ -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));
}
},
{