PLT-3005 Added confirmation screen to integrations (#3747)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
5e6af8e970
Коммит
ef33f3fcd1
@@ -77,6 +77,12 @@ export default {
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: 'confirm',
|
||||
getComponents: (location, callback) => {
|
||||
System.import('components/integrations/components/confirm_integration.jsx').then(RouteUtils.importComponentSuccess(callback));
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user