소스 검색

Pass owner for remotes

main
Ramin Tadayon 2 년 전
부모
커밋
e699758db4
No known key found for this signature in database GPG 키 ID: 5B90E918AEBCE7A7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 0
src/webviews/apps/plus/graph/GraphWrapper.tsx 파일 보기

@ -92,6 +92,7 @@ const getGraphModel = (
matchingRemote !== undefined ? branch.name.replace(`${matchingRemote.name}/`, '') : branch.name,
url: matchingRemote?.url,
avatarUrl: matchingRemote?.avatarUrl ?? undefined,
...matchingRemote?.name !== undefined ? { owner: matchingRemote.name } : {},
};
});

불러오는 중...
취소
저장