Skip to content

Commit

Permalink
markStudentAsDifferent for program resolve dups
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcdermid committed Dec 19, 2024
1 parent 3b34cc4 commit 72b1fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/common/DuplicateTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,8 @@
<span class="ml-2">Remove</span>
</v-list-item>
<v-list-item
v-if="duplicateType === 'enrollment'"
id="markStudAsDiff"
@click="markStudentAsDifferent(sdcSchoolCollectionStudent)"
@click="markStudentAsDifferent(duplicateType === 'enrollment' ? sdcSchoolCollectionStudent : duplicate?.raw)"
>
<v-icon
color="#003366"
Expand Down

0 comments on commit 72b1fb5

Please sign in to comment.