diff --git a/web/app/components/workflow/skill/file-tree/artifacts-section.tsx b/web/app/components/workflow/skill/file-tree/artifacts-section.tsx index 555febac1d..d58abc5208 100644 --- a/web/app/components/workflow/skill/file-tree/artifacts-section.tsx +++ b/web/app/components/workflow/skill/file-tree/artifacts-section.tsx @@ -23,9 +23,7 @@ const ArtifactsSection: FC = ({ className }) => { const [isExpanded, setIsExpanded] = useState(false) - const { data: treeData, hasFiles, isLoading } = useSandboxFilesTree(sandboxId, { - enabled: isExpanded, - }) + const { data: treeData, hasFiles, isLoading } = useSandboxFilesTree(sandboxId) const downloadMutation = useDownloadSandboxFile(sandboxId)