Skip to content

Commit

Permalink
fix: Fix pipeline actions (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmevladik committed Sep 10, 2024
1 parent 1eb2e53 commit 1e52e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/PipelineRunList/components/Actions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Actions = ({
variant="menu"
permissions={permissions}
data={{
pipelineRun: resource,
pipelineRun: resource?.jsonData || resource,
}}
anchorEl={anchor}
handleCloseResourceActionListMenu={() => setAnchor(null)}
Expand Down

0 comments on commit 1e52e52

Please sign in to comment.