Skip to content

Commit

Permalink
feat: minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PintoGideon committed Oct 25, 2024
1 parent fd5b1e9 commit e5dfd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PipelinesCopy/useDownloadSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const useDownloadSource = () => {
onSuccess: (fileName: string) => {
notification.success({
message: "Download Successful",
description: `The file "${fileName}" has been downloaded successfully.`,
description: `The pipeline "${fileName}" has been downloaded successfully.`,
});
data.reset();
},
Expand Down

0 comments on commit e5dfd6f

Please sign in to comment.