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 = () => (