chore(frontend): Remove experimental flag from migration feature
This commit is contained in:
@@ -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',
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user