feat(tui): add main branch source to diff mode (#30942)
This commit is contained in:
@@ -113,6 +113,7 @@ function stateApi(sync: ReturnType<typeof useSync>): TuiPluginApi["state"] {
|
||||
if (!sync.data.vcs) return
|
||||
return {
|
||||
branch: sync.data.vcs.branch,
|
||||
default_branch: sync.data.vcs.default_branch,
|
||||
}
|
||||
},
|
||||
session: {
|
||||
|
||||
Reference in New Issue
Block a user