Skip to content

Commit

Permalink
fix(index): fixed json first sample url
Browse files Browse the repository at this point in the history
  • Loading branch information
heristop committed Jul 1, 2024
1 parent f81b88c commit 08e9e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ onMounted(() => {
<TButton
aria-label="Load Project Migration Data"
:is-active="false"
@click="loadConfigFromApi('project-migration')"
@click="loadConfigFromApi('ecom-migration')"
>
<svg
class="w-5 h-5 mr-2"
Expand Down

0 comments on commit 08e9e19

Please sign in to comment.