From 13122aa0fad2d65fed0b7a232f0d5cafd66cff11 Mon Sep 17 00:00:00 2001 From: RedwindA Date: Sat, 21 Mar 2026 21:11:52 +0800 Subject: [PATCH] fix: refresh log info on partial delete failure --- web/src/pages/Setting/Performance/SettingsPerformance.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/Setting/Performance/SettingsPerformance.jsx b/web/src/pages/Setting/Performance/SettingsPerformance.jsx index 5084bd3c..fb238e77 100644 --- a/web/src/pages/Setting/Performance/SettingsPerformance.jsx +++ b/web/src/pages/Setting/Performance/SettingsPerformance.jsx @@ -203,10 +203,10 @@ export default function SettingsPerformance(props) { size: formatBytes(freed_bytes), }), ); - fetchLogInfo(); } else { showError(res.data.message || t('清理失败')); } + fetchLogInfo(); } catch (error) { showError(t('清理失败')); } finally {