Skip to content

Commit a9bcd2b

Browse files
Update ui/src/apps/pr-write/App.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5cc9623 commit a9bcd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/apps/pr-write/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function CreatePRApp() {
258258
};
259259

260260
loadBranches();
261-
}, [owner, repo, app, callTool, baseBranch]);
261+
}, [owner, repo, app, callTool]);
262262

263263
// Filters
264264
const filteredBaseBranches = useMemo(() => {

0 commit comments

Comments
 (0)