diff --git a/pages/migrate/congrats.vue b/pages/migrate/congrats.vue index 43ad0f574b..4a665203a5 100644 --- a/pages/migrate/congrats.vue +++ b/pages/migrate/congrats.vue @@ -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, )