dify/web/app/components/workflow/skill/file-tree
yyh 178421a8ac
fix: pass appId instead of userId to sandbox file API calls
The backend route /apps/{app_id}/sandbox/files expects the actual app ID
as the URL parameter and derives sandbox_id from the logged-in user
internally. The frontend was incorrectly passing userProfile.id (user ID)
as the appId, resulting in wrong storage paths.
2026-02-03 17:59:21 +08:00
..
artifacts-section.tsx fix: pass appId instead of userId to sandbox file API calls 2026-02-03 17:59:21 +08:00
artifacts-tree.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
drag-action-tooltip.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
index.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
menu-item.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
node-menu.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
tree-context-menu.tsx feat(portal): add useContextMenuFloating hook for coordinate-based context menus 2026-01-29 14:01:36 +08:00
tree-edit-input.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-guide-lines.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
tree-node-icon.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
tree-node.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
upload-status-tooltip.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00