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
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
f740698dbe
Коммит
6ec24867bc
@@ -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));
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Ссылка в новой задаче
Block a user