Skip to content

Commit e31a84f

Browse files
committed
merge conflict stuff
1 parent 07212bd commit e31a84f

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

src/backend/tests/projects.test.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import prisma from '../src/prisma/prisma';
22
import { getHighestProjectNumber } from '../src/utils/projects.utils';
33
import * as changeRequestUtils from '../src/utils/change-requests.utils';
4-
<<<<<<< HEAD
5-
import { aquaman, batman, wonderwoman } from './test-data/users.test-data';
6-
import { prismaProject1, prismaProject2, sharedProject1 } from './test-data/projects.test-data';
7-
=======
84
import { aquaman, batman, wonderwoman, superman, theVisitor } from './test-data/users.test-data';
95
import {
106
prismaProject1,
@@ -17,9 +13,9 @@ import {
1713
prismaMaterial,
1814
prismaMaterialType,
1915
prismaUnit,
20-
prismaMaterial2
16+
prismaMaterial2,
17+
prismaProject2
2118
} from './test-data/projects.test-data';
22-
>>>>>>> develop
2319
import { prismaChangeRequest1 } from './test-data/change-requests.test-data';
2420
import { primsaTeam2, prismaTeam1 } from './test-data/teams.test-data';
2521
import * as projectTransformer from '../src/transformers/projects.transformer';

src/frontend/src/pages/ProjectDetailPage/ProjectForm/ProjectFormDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const ProjectFormDetails: React.FC<ProjectEditDetailsProps> = ({
5656
</Grid>
5757
<Grid item lg={project ? 4 : 2.4} md={6} xs={12}>
5858
<FormControl fullWidth>
59-
<ChangeRequestDropdown control={control} name="crId" />
59+
<ChangeRequestDropdown control={control} name="crId" errors={errors} />
6060
</FormControl>
6161
</Grid>
6262
{!project && (

0 commit comments

Comments
 (0)