Skip to content

Commit

Permalink
fix: policy details clone redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng authored and bjoernricks committed Jan 28, 2025
1 parent ff43e38 commit 14c1619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/pages/policies/detailspage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const Page = ({
return (
<PolicyComponent
onCloneError={onError}
onCloned={goto_details('policies', props)}
onCloned={goto_details('policy', props)}
onDeleteError={onError}
onDeleted={goto_list('policies', props)}
onDownloadError={onError}
Expand Down

0 comments on commit 14c1619

Please sign in to comment.