diff --git a/src/components/organisms/GitPane/BottomActions.tsx b/src/components/organisms/GitPane/BottomActions.tsx index 064263b223..d3b885e022 100644 --- a/src/components/organisms/GitPane/BottomActions.tsx +++ b/src/components/organisms/GitPane/BottomActions.tsx @@ -105,6 +105,7 @@ const BottomActions: React.FC = () => { } dispatch(addGitBranch(`origin/${currentBranch}`)); + await fetchRepo({path: selectedProjectRootFolder}); dispatch(setGitLoading(false)); }, [currentBranch, dispatch, gitRepo, selectedProjectRootFolder]);