mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-10 09:02:42 +08:00
fix: 解决网站反向代理缓存时间选择年报错的问题 (#2873)
Refs https://github.com/1Panel-dev/1Panel/issues/2866
This commit is contained in:
parent
f60500791a
commit
21f9e4f201
1 changed files with 1 additions and 1 deletions
|
@ -120,5 +120,5 @@ export const Units = [
|
|||
{ label: i18n.global.t('commons.units.day'), value: 'd' },
|
||||
{ label: i18n.global.t('commons.units.week'), value: 'w' },
|
||||
{ label: i18n.global.t('commons.units.month'), value: 'M' },
|
||||
{ label: i18n.global.t('commons.units.year'), value: 'Y' },
|
||||
{ label: i18n.global.t('commons.units.year'), value: 'y' },
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue