Skip to content

Commit

Permalink
undo 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 25, 2024
1 parent 61acd38 commit 2ddecdf
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 2ddecdf

Please sign in to comment.