desktop-master-git2
bunsenstraat 5 months ago
parent 847d927649
commit 955b9cf71e
  1. 1
      libs/remix-ui/git/src/components/panels/branches/remotebranchedetails.tsx

@ -60,7 +60,6 @@ export const RemoteBranchDetails = (props: BrancheDetailsProps) => {
})
await actions.checkout({
ref: branch.name,
//remote: branch.remote && branch.remote.name || null,
refresh: true
});
await actions.getBranches()

Loading…
Cancel
Save