Skip to content

Commit

Permalink
EDX-2292 - Fixes bad coding practise
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Apr 11, 2024
1 parent 51eb1ea commit 2ab8044
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@
items-per-page="-1"
>
<template #item.schoolTitle="{ value }">
<a :href="`/open-collection-details/` + value.sdcSchoolCollectionId">{{ value.title }}</a>
<router-link :to="{ name: 'sdcCollection', params: { schoolCollectionID: value.sdcSchoolCollectionId }}">
{{ value.title }}
</router-link>
</template>
<template #item.uploadDate="{ value }">
<span v-if="value">
Expand Down

0 comments on commit 2ab8044

Please sign in to comment.