mirror of
https://github.com/langgenius/dify.git
synced 2026-02-14 01:00:52 -05:00
The toolbar download button now uses the already-fetched download URL from useQuery (zero extra requests), while tree node downloads keep using useMutation with React Query-managed isPending state instead of a hand-rolled useState wrapper.