fix:删除重复国际化

This commit is contained in:
zhangyu
2022-06-22 10:13:55 +08:00
parent adb704f7ba
commit 782c7341d2
12 changed files with 12 additions and 12 deletions

View File

@@ -227,7 +227,7 @@ export const statisticsList = [
]
export const alignList = [
{ value: 'left', label: i18n.t('dashboard.panel.chartForm.alignList.left') },
{ value: 'left', label: i18n.t('project.topology.left') },
{ value: 'center', label: i18n.t('project.topology.center') },
{ value: 'right', label: i18n.t('dashboard.panel.chartForm.alignList.right') }
]