Skip to content

Commit

Permalink
fix: prefixs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed Jul 24, 2024
1 parent 06af565 commit a9e49ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/migrate/congrats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ definePageMeta({

const { urlPrefix } = usePrefix()
const route = useRoute()
const source = availablePrefixWithIcon().find(
const source = allPrefixWithIcon().find(
item => item.value === route.query.source,
)
const destination = availablePrefixWithIcon().find(
const destination = allPrefixWithIcon().find(
item => item.value === route.query.destination,
)

Expand Down

0 comments on commit a9e49ec

Please sign in to comment.