From d600d5dbb16e864b8090d66ec3e0373fce54ee0f Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Wed, 12 Aug 2026 20:41:44 +0800 Subject: [PATCH] fix: directory cached --- frontend/app/components/platform/ScriptExplorer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/platform/ScriptExplorer.tsx b/frontend/app/components/platform/ScriptExplorer.tsx index 1556ca0..9fecd48 100644 --- a/frontend/app/components/platform/ScriptExplorer.tsx +++ b/frontend/app/components/platform/ScriptExplorer.tsx @@ -115,7 +115,7 @@ export function ScriptExplorer({ }); return groups; - }, [filteredScripts, user]); + }, [filteredScripts, directories, user]); return (