Skip to content

Commit b8c5044

Browse files
committed
chore: revert multiple unchanged files to main version
1 parent d0a889e commit b8c5044

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

src/ui/views/OpenPushRequests/OpenPushRequests.jsx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ import GridContainer from '../../components/Grid/GridContainer';
44
import PushesTable from './components/PushesTable';
55
import CustomTabs from '../../components/CustomTabs/CustomTabs';
66

7-
87
import { Visibility, CheckCircle, Cancel, Block } from '@material-ui/icons';
98

109
export default function Dashboard() {
11-
12-
13-
1410
return (
1511
<div>
1612
<GridContainer>
1713
<GridItem xs={12} sm={12} md={12}>
18-
1914
<CustomTabs
2015
headerColor='primary'
2116
tabs={[
@@ -28,27 +23,23 @@ export default function Dashboard() {
2823
authorised={false}
2924
rejected={false}
3025
canceled={false}
31-
3226
/>
3327
),
3428
},
3529
{
3630
tabName: 'Approved',
3731
tabIcon: CheckCircle,
38-
tabContent: <PushesTable
39-
authorised={true}
40-
41-
/>,
32+
tabContent: <PushesTable authorised={true} />,
4233
},
4334
{
4435
tabName: 'Canceled',
4536
tabIcon: Cancel,
46-
tabContent: <PushesTable authorised={false} rejected={false} canceled={true} />,
37+
tabContent: <PushesTable authorised={false} rejected={false} canceled={true} />,
4738
},
4839
{
4940
tabName: 'Rejected',
5041
tabIcon: Block,
51-
tabContent: <PushesTable authorised={false} rejected={true} canceled={false} />,
42+
tabContent: <PushesTable authorised={false} rejected={true} canceled={false} />,
5243
},
5344
]}
5445
/>

src/ui/views/RepoList/Components/RepoOverview.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import GridContainer from '../../../components/Grid/GridContainer';
55
import GridItem from '../../../components/Grid/GridItem';
66
import { CodeReviewIcon, LawIcon, PeopleIcon } from '@primer/octicons-react';
77

8-
98
const colors = {
109
'1C Enterprise': '#814CCC',
1110
'2-Dimensional Array': '#38761D',
@@ -672,4 +671,4 @@ export default function Repositories(props) {
672671
</TableCell>
673672
</TableRow>
674673
);
675-
}
674+
}

src/ui/views/User/User.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Button from '../../components/CustomButtons/Button';
88
import FormLabel from '@material-ui/core/FormLabel';
99
import { getUser, updateUser, getUserLoggedIn } from '../../services/user';
1010
import { makeStyles } from '@material-ui/core/styles';
11+
1112
import { LogoGithubIcon } from '@primer/octicons-react';
1213
import CloseRounded from '@material-ui/icons/CloseRounded';
1314
import { Check, Save } from '@material-ui/icons';

website/docs/configuration/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,4 +509,4 @@ description: JSON schema reference documentation for GitProxy
509509
</details>
510510

511511
----------------------------------------------------------------------------------------------------------------------------
512-
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2024-11-10 at 00:03:58 +0530
512+
Generated using [json-schema-for-humans](https://github.com/coveooss/json-schema-for-humans) on 2024-10-22 at 16:45:32 +0100

0 commit comments

Comments
 (0)