Skip to content

Commit

Permalink
fix: git publish local branch and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
topliceanurazvan committed Jun 20, 2023
1 parent 0821ab6 commit a776945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/GitPane/BottomActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const BottomActions: React.FC = () => {
}

dispatch(addGitBranch(`origin/${currentBranch}`));
await fetchRepo({path: selectedProjectRootFolder});
dispatch(setGitLoading(false));
}, [currentBranch, dispatch, gitRepo, selectedProjectRootFolder]);

Expand Down

0 comments on commit a776945

Please sign in to comment.