1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

fix: 解决网站过期时间设置为永久之后再次打开过期时间错误的问题 (#685)

This commit is contained in:
zhengkunwang223 2023-04-18 15:26:57 +08:00 committed by GitHub
parent 5592063e69
commit 24b9f8f705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,6 +314,7 @@ const submitDate = (row: any) => {
UpdateWebsite(req).then(() => {
row.change = true;
MsgSuccess(i18n.global.t('commons.msg.updateSuccess'));
search();
});
};