Skip to content

Commit

Permalink
Merge branch 'main' into list_workitems_in_tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
cribeiro84 authored Apr 1, 2024
2 parents 507b5c1 + d78693b commit bed85ca
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 86 deletions.
146 changes: 60 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/Columns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export function TitleColumn(
<Button
className="branch-button text-ellipsis"
text={tableItem.title}
href={tableItem.pullRequestHref!}
onClick={onClickPullRequestTitleHandler}
tooltipProps={{ text: tooltip }}
subtle={true}
Expand Down

0 comments on commit bed85ca

Please sign in to comment.