Skip to content

Commit

Permalink
my changes
Browse files Browse the repository at this point in the history
Signed-off-by: reggie <[email protected]>
  • Loading branch information
reggie-k committed Mar 18, 2024
1 parent 4084486 commit 61acd38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export const ApplicationsList = (props: RouteComponentPropsExtended) => {
syncApplication: (appName, appNamespace) => listCtx.navigation.goto('.', {syncApp: appName, appNamespace}, {replace: true}),

refreshApplication: refreshApp,
deleteApplication: (appName, appNamespace) => AppUtils.deleteApplication(appName, appNamespace, listCtx),
// deleteApplication: (appName, appNamespace) => AppUtils.deleteApplication(appName, appNamespace, listCtx),
objectListKind: '{objectListKind}'
};
};
Expand Down

0 comments on commit 61acd38

Please sign in to comment.