Skip to content

Commit

Permalink
Update ProvincialDuplicatesStep.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
SodhiA1 committed Nov 29, 2024
1 parent 8f09241 commit c1d3e7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
duplicate-level="PROVINCIAL"
:headers-config="PROVINCIAL_DUPLICATES"
:non-allowable-duplicates="nonAllowableProgramDuplicates"
:can-resolve-duplicates="false"
:can-resolve-duplicates="schoolCollectionObject.sdcSchoolCollectionStatusCode === 'P_DUP_POST' && hasEditPermission()"
@refresh-duplicates="getProvincialDuplicates()"
/>
</v-window-item>
Expand Down

0 comments on commit c1d3e7c

Please sign in to comment.