Commit d60500d
fix: remove frontend auto-fill of 'main' branch in git operations
The frontend hook was defaulting to 'main' when the branch field was
empty, preventing users from leaving it blank. This complements the
backend fix in commit 558f82c by ensuring the frontend also passes
empty branch values through to the backend.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 558f82c commit d60500d
File tree
1 file changed
+1
-1
lines changed- components/frontend/src/app/projects/[name]/sessions/[sessionName]/hooks
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments