Skip to content

Commit e36e558

Browse files
committed
Fixes build issue
1 parent 9d51ce1 commit e36e558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/home/homeWebview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export class HomeWebviewProvider implements WebviewProvider<State, State, HomeWe
530530
void executeCommand<ExplainWipCommandArgs>('gitlens.ai.explainWip', {
531531
repoPath: repo.path,
532532
worktreePath: worktree?.path,
533-
source: { source: 'home', type: 'wip' },
533+
source: { source: 'home', detail: 'wip' },
534534
});
535535
}
536536

0 commit comments

Comments
 (0)