Add support for editing slash commands (#4335)
Этот коммит содержится в:
коммит произвёл
enahum
родитель
1f241af48a
Коммит
6297922ab9
@@ -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) => {
|
||||
|
||||
Ссылка в новой задаче
Block a user