Skip to content

Commit 62abd39

Browse files
committed
Fixes issue with create pull request not working
1 parent d7824a5 commit 62abd39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/webviews/apps/plus/home/components/branch-card.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,11 @@ export abstract class GlBranchCardBase extends GlElement {
775775
class="branch-item__missing"
776776
appearance="secondary"
777777
full
778-
href="${this.createCommandLink('gitlens.home.createPullRequest')}"
778+
href="${createCommandLink('gitlens.home.createPullRequest', {
779+
ref: this.branchRef,
780+
describeWithAI: false,
781+
source: { source: 'home', detail: 'create-pr' },
782+
})}"
779783
>Create a Pull Request</gl-button
780784
>
781785
${this._homeState.orgSettings.ai &&

0 commit comments

Comments
 (0)