pull/5370/head
bunsenstraat 6 months ago
parent 81ce456eed
commit b4e04c5794
  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