Skip to content

Commit

Permalink
Change frontend applicant priority name to reflect that of the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinKristiansen committed Sep 14, 2023
1 parent 51e0f41 commit 4f33226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function RecruitmentPositionOverviewPage() {
</Link>
),
},
{ content: admission.priority },
{ content: admission.applicant_priority },
{
content: (
<InputField
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export type RecruitmentAdmissionDto = {
recruitment_position: number;
recruitment: number;
user: UserDto;
priority: number;
applicant_priority: number;
interview_time?: string;
interview_location?: string;
recruiter_priority?: number;
Expand Down

0 comments on commit 4f33226

Please sign in to comment.