Revert "disable account migration"

This reverts commit 2321214c98.
This commit is contained in:
Namekuji 2023-04-14 19:53:59 -04:00
parent aaf098f697
commit 69a1dadcbb
3 changed files with 5 additions and 4 deletions

View file

@ -164,12 +164,12 @@ const menuDef = computed(() => [{
text: i18n.ts.importAndExport,
to: '/settings/import-export',
active: currentPage?.route.name === 'import-export',
}, /*{
}, {
icon: 'ti ti-plane',
text: i18n.ts.accountMigration,
to: '/settings/migration',
active: currentPage?.route.name === 'migration',
},*/ {
}, {
icon: 'ti ti-dots',
text: i18n.ts.other,
to: '/settings/other',