Commit 5e2a3e9
Fix reversed remote fallback and missing PR item filter guard
- Remove .toReversed() from listRemoteNames so resolvePrimaryRemoteName
falls back to the most-significant remote (consistent with parseRemoteNames
usage elsewhere)
- Add explicit checkoutPullRequestItemValue guard in filteredBranchPickerItems
filter and include it in the useMemo dependency array
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>1 parent 2cc7c13 commit 5e2a3e9
File tree
2 files changed
+3
-2
lines changed- apps
- server/src/git/Layers
- web/src/components
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments