pull/4791/head
bunsenstraat 5 months ago
parent 537026cdf2
commit a2cc0e4b8b
  1. 1
      libs/remix-ui/git/src/components/panels/commands/pushpull.tsx

@ -129,7 +129,6 @@ export const PushPull = () => {
.map(repo => {
return { value: repo.name, label: repo.name }
})
console.log('options', options)
setLocalRemotesOptions(options)
}, [context.remotes])

Loading…
Cancel
Save