largegittest2
yann300 6 months ago
parent c404df23fa
commit 97157e64f3
  1. 2
      libs/remix-ui/git/src/components/gitui.tsx
  2. 2
      libs/remix-ui/git/src/types/index.ts

@ -186,7 +186,7 @@ export const GitUI = (props: IGitUi) => {
<GitHubCredentials></GitHubCredentials>
</div>
</Accordion.Collapse>
<hr></hr>
<hr></hr>
<SourceControlNavigation eventKey={gitUIPanels.SOURCECONTROL} activePanel={activePanel} callback={setActivePanel} />
<Accordion.Collapse className='bg-light' eventKey={gitUIPanels.SOURCECONTROL}>
<div className="px-2 py-2">

@ -388,7 +388,7 @@ export enum gitUIPanels {
BRANCHES = '3',
COMMITS = '4',
CLONE = '5',
REMOTES = '6',
REMOTES = '6',
LOG = '7'
}

Loading…
Cancel
Save