Skip to content

Commit

Permalink
refactor: renamed to be more accurate of what the compnent does
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ1TJOO committed Aug 15, 2024
1 parent 75dddf8 commit 9389dc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function ReleaseInstructorAllocation({
);
}

export function DuplicateStudentAllocation({
export function StartExtraProgramForStudentAllocation({
cohortId,
personId,
locationId,
Expand Down Expand Up @@ -93,7 +93,7 @@ export function DuplicateStudentAllocation({
}
}}
>
<DropdownLabel>Dupliceer cursist in cohort</DropdownLabel>
<DropdownLabel>Start extra programma</DropdownLabel>
</DropdownItem>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ import {
} from "~/lib/nwd";
import {
ClaimInstructorAllocation,
DuplicateStudentAllocation,
ReleaseInstructorAllocation,
ReleaseStudentAllocation,
StartExtraProgramForStudentAllocation,
WithdrawStudentCurriculum,
} from "./_components/actions";
import { CourseCard } from "./_components/course-card";
Expand Down Expand Up @@ -185,7 +185,7 @@ async function ManageStudentActions({
<EllipsisHorizontalIcon />
</DropdownButton>
<DropdownMenu anchor="bottom end">
<DuplicateStudentAllocation
<StartExtraProgramForStudentAllocation
cohortId={cohortId}
personId={personId}
locationId={locationId}
Expand Down

0 comments on commit 9389dc2

Please sign in to comment.