Skip to content

Commit

Permalink
placate ui linter
Browse files Browse the repository at this point in the history
Signed-off-by: reggie <[email protected]>
  • Loading branch information
reggie-k committed Mar 31, 2024
1 parent 8063d61 commit bdaacee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,15 @@ export const ApplicationsList = (props: RouteComponentPropsExtended) => {

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

const applicationSetTilesProps = (data: models.ApplicationSet[]): ApplicationSetTilesProps => {
return {
applications: data,
deleteApplication: (appName, appNamespace) => AppUtils.deleteApplication(appName, appNamespace, listCtx),
objectListKind: '{objectListKind}'
objectListKind
};
};

Expand Down

0 comments on commit bdaacee

Please sign in to comment.