fix:上传其他文件未自动更新

This commit is contained in:
xiaozhu
2026-09-01 16:30:19 +08:00
parent ac0893cdb5
commit 149e85cf10
2 changed files with 28 additions and 4 deletions
@@ -264,8 +264,6 @@ export default function ScriptsPage() {
visibility,
description: description.trim(),
targetPath: targetPath.trim(),
}).then((resource) => {
if (resource) void loadDataResources();
});
};