Skip to content

Commit

Permalink
feat(#378): Adding the curation stepper router address to the curatio…
Browse files Browse the repository at this point in the history
…n form link on drawer
  • Loading branch information
tholulomo committed Oct 7, 2023
1 parent 8434cc1 commit e5ab8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<router-link :to="'/explorer/curate/spreadsheet'" v-slot="{navigate, href}" custom>
<md-list-item :href="href" @click="navigate" class="md-inset">Upload a Spreadsheet</md-list-item>
</router-link>
<router-link :to="''" v-slot="{navigate, href}" custom>
<router-link :to="'/explorer/curate/stepper'" v-slot="{navigate, href}" custom>
<md-list-item :href="href" @click="navigate" class="md-inset">Fill a Form</md-list-item>
</router-link>
<router-link :to="'/explorer/curate/sdd'" v-slot="{navigate, href}" custom>
Expand Down

0 comments on commit e5ab8c5

Please sign in to comment.