pull/4791/head
Your Name 5 months ago
parent 02567607e1
commit 21b3e732ef
  1. 2
      libs/remix-ui/git/src/components/panels/commands/pushpull.tsx

@ -23,7 +23,7 @@ export const PushPull = () => {
if ((!context.upstream) && context.currentBranch && context.currentBranch.remote && context.currentBranch.remote.name) { if ((!context.upstream) && context.currentBranch && context.currentBranch.remote && context.currentBranch.remote.name) {
actions.setUpstreamRemote(context.currentBranch.remote) actions.setUpstreamRemote(context.currentBranch.remote)
} }
}, [context.currentBranch]) }, [context.currentBranch, context.remotes, context.branches])
const onRemoteBranchChange = (value: string) => { const onRemoteBranchChange = (value: string) => {
setRemoteBranch(value) setRemoteBranch(value)

Loading…
Cancel
Save