Skip to content

Commit

Permalink
fix: Fixed UI workflowDrawer information link broken. Fixes #11494 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shmruin authored Aug 1, 2023
1 parent 1f6b19f commit f6c6dd7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ export class WorkflowDrawer extends React.Component<WorkflowDrawerProps, Workflo
left: (
<div className='workflow-drawer__title'>
RESOURCES DURATION&nbsp;
<a href='https://github.com/argoproj/argo-workflows/blob/master/docs/resource-duration.md' target='_blank'>
<a
href='https://github.com/argoproj/argo-workflows/blob/master/docs/resource-duration.md'
onClick={e => e.stopPropagation()}
target='_blank'>
<i className='fas fa-info-circle' />
</a>
</div>
Expand Down

0 comments on commit f6c6dd7

Please sign in to comment.