Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0698ccf

Browse files
Merge branch 'enhancements/changes-tree-view' into fixes/changes-view-tree-focus
2 parents 8431c59 + c1f8e7f commit 0698ccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/GitHub.Api/Git/TreeData.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public GitStatusEntryTreeData(GitStatusEntry gitStatusEntry)
3636
this.gitStatusEntry = gitStatusEntry;
3737
}
3838

39-
public string Path => gitStatusEntry.ProjectPath;
39+
public string Path => gitStatusEntry.Path;
40+
public string ProjectPath => gitStatusEntry.ProjectPath;
4041
public bool IsActive => false;
4142
public GitStatusEntry GitStatusEntry => gitStatusEntry;
4243

0 commit comments

Comments
 (0)