chore(frontend): Remove experimental flag from migration feature
This commit is contained in:
parent
791ae608a5
commit
48d3341462
2 changed files with 1 additions and 4 deletions
|
@ -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',
|
||||
}, {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue