mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 09:57:03 +08:00
chore: rm unused handleDownloadGraphImportLog
This commit is contained in:
parent
89144b61c8
commit
cdbc2d631b
@ -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 = () => (
|
||||
<h1>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user