fix: 解决网站反向代理缓存时间选择年报错的问题 (#2873)

Refs https://github.com/1Panel-dev/1Panel/issues/2866
This commit is contained in:
zhengkunwang 2023-11-10 11:04:06 +08:00 committed by GitHub
parent f60500791a
commit 21f9e4f201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },
];