Skip to content

Commit

Permalink
fix: dry run title bar label
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Oct 5, 2023
1 parent a6ae883 commit 02e124b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/selectors/dryRunsSelectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const dryRunLabelSelector = createSelector(

if (preview.type === 'kustomize') {
const resource = localResourceMetaMap[preview.kustomizationId];
return resource?.name;
return basename(resource.name);
}

if (preview.type === 'helm') {
Expand Down

0 comments on commit 02e124b

Please sign in to comment.