From cdbc2d631bc15ed1a29f1e300e16c521fac55d35 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Fri, 10 Apr 2026 16:05:44 +0800 Subject: [PATCH] chore: rm unused handleDownloadGraphImportLog --- web/app/components/header/index.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/web/app/components/header/index.tsx b/web/app/components/header/index.tsx index c1b2da8b13..d92fd032fd 100644 --- a/web/app/components/header/index.tsx +++ b/web/app/components/header/index.tsx @@ -42,13 +42,6 @@ const Header = () => { else setShowAccountSettingModal({ payload: ACCOUNT_SETTING_TAB.BILLING }) }, [isFreePlan, setShowAccountSettingModal, setShowPricingModal]) - const handleDownloadGraphImportLog = useCallback(() => { - void import('@/app/components/workflow/collaboration/core/collaboration-manager') - .then(({ collaborationManager }) => { - collaborationManager.downloadGraphImportLog() - }) - .catch(() => {}) - }, []) const renderLogo = () => (