diff --git a/ui/src/app/applications/components/utils.tsx b/ui/src/app/applications/components/utils.tsx index 1a06400522c50..7e12416754afa 100644 --- a/ui/src/app/applications/components/utils.tsx +++ b/ui/src/app/applications/components/utils.tsx @@ -352,7 +352,17 @@ export const deleteSourceAction = (app: appModels.Application, source: appModels () => (
- Are you sure you want to delete the source with URL: {source.repoURL}? + <> + Are you sure you want to delete the source with URL: {source.repoURL} + {source.path ? ( + <> + {' '} + and path: {source.path}? + > + ) : ( + <>?> + )} + >