Skip to content

Commit be2b9ce

Browse files
authored
Merge pull request #1503 from devtron-labs/feat/dependencies-list-update
feat: update the dependencies list
2 parents dd36089 + c9898b4 commit be2b9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/app/Overview/Overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export default function AppOverview({ appMetaInfo, getAppMetaInfoRes, filteredEn
460460
const contentToRender = {
461461
[OVERVIEW_TABS.ABOUT]: renderAppDescription,
462462
[OVERVIEW_TABS.ENVIRONMENTS]: () => <EnvironmentList appId={+appId} filteredEnvIds={filteredEnvIds} />,
463-
[OVERVIEW_TABS.DEPENDENCIES]: () => DependencyList ? <DependencyList appId={+appId} isArgoInstalled={isArgoInstalled} /> : null,
463+
[OVERVIEW_TABS.DEPENDENCIES]: () => DependencyList ? <DependencyList resourceId={+appId} resourceType={appType} isArgoInstalled={isArgoInstalled} resourceName={appMetaInfo.appName} /> : null,
464464
}
465465

466466
return (

0 commit comments

Comments
 (0)