pull/5026/head
bunsenstraat 4 months ago committed by Aniket
parent 10b7dfdc12
commit 60beae0d19
  1. 2
      libs/remix-ui/git/src/lib/gitactions.ts

@ -805,7 +805,7 @@ export const getBranchDifferences = async (branch: branch, remote: remote, state
})) }))
} catch (e) { } catch (e) {
// do nothing // do nothing
if(dispatch) if (dispatch)
dispatch(resetBranchDifferences()) dispatch(resetBranchDifferences())
} }
} }

Loading…
Cancel
Save