Skip to content

Commit

Permalink
chore(frontend): Remove experimental flag from migration feature
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jul 11, 2023
1 parent 791ae60 commit 48d3341
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const menuDef = computed(() => [{
active: currentPage?.route.name === 'import-export',
}, {
icon: 'ti ti-plane',
text: `${i18n.ts.accountMigration} (${i18n.ts.experimental})`,
text: `${i18n.ts.accountMigration}`,
to: '/settings/migration',
active: currentPage?.route.name === 'migration',
}, {
Expand Down
3 changes: 0 additions & 3 deletions packages/frontend/src/pages/settings/migration.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<template>
<div class="_gaps_m">
<FormInfo warn>
{{ i18n.ts.thisIsExperimentalFeature }}
</FormInfo>
<MkFolder :defaultOpen="true">
<template #icon><i class="ti ti-plane-arrival"></i></template>
<template #label>{{ i18n.ts._accountMigration.moveFrom }}</template>
Expand Down

0 comments on commit 48d3341

Please sign in to comment.