feat: filter flows by appKey in app flows

This commit is contained in:
Ali BARIN
2022-05-09 14:15:40 +02:00
parent 7c543ff8ed
commit 91e209e961
3 changed files with 10 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ export default function Application(): React.ReactElement {
</Box>
<Routes>
<Route path={`${URLS.FLOWS}/*`} element={<AppFlows />} />
<Route path={`${URLS.FLOWS}/*`} element={<AppFlows appKey={appKey} />} />
<Route path={`${URLS.CONNECTIONS}/*`} element={<AppConnections appKey={appKey} />} />