Skip to content

Commit c1f3d96

Browse files
authored
fix: enhance React imports in LLM panel component #16282 (#16283)
1 parent 79118f5 commit c1f3d96

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

+1-1
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)