Skip to content

Commit

Permalink
Merge pull request #17547 from jeclrsg/hpcc-29875-delete-superfile-wr…
Browse files Browse the repository at this point in the history
…ong-action

HPCC-29875 ECL Watch v9 fix superfile delete issue
  • Loading branch information
GordonSmith authored Jul 4, 2023
2 parents 2b24bcc + 0efb53b commit 325880b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp/src/src-react/components/SuperFileSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const SuperFileSummary: React.FunctionComponent<SuperFileSummaryProps> =
action: "remove",
superfile: file.Name,
subfiles: { Item: subfiles.map(file => file.Name) },
delete: true
removeSuperfile: true
})
.then(() => replaceUrl("/files"))
.catch(err => logger.error(err))
Expand Down

0 comments on commit 325880b

Please sign in to comment.