Skip to content

Commit 87b5765

Browse files
ZeroZ-labparambharat
authored andcommitted
fix: enhance React imports in LLM panel component langgenius#16282 (langgenius#16283)
1 parent 5324f1b commit 87b5765

File tree

1 file changed

+1
-1
lines changed
  • web/app/components/workflow/nodes/llm

1 file changed

+1
-1
lines changed

web/app/components/workflow/nodes/llm/panel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { FC } from 'react'
2-
import React from 'react'
2+
import React, { useCallback } from 'react'
33
import { useTranslation } from 'react-i18next'
44
import MemoryConfig from '../_base/components/memory-config'
55
import VarReferencePicker from '../_base/components/variable/var-reference-picker'

0 commit comments

Comments
 (0)