소스 검색

fix: refresh log info on partial delete failure

RedwindA 1 개월 전
부모
커밋
13122aa0fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/pages/Setting/Performance/SettingsPerformance.jsx

+ 1 - 1
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 {