Browse Source

fix: enhance React imports in LLM panel component #16282 (#16283)

tags/1.1.1
GuanMu 7 months ago
parent
commit
c1f3d968bf
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/workflow/nodes/llm/panel.tsx

+ 1
- 1
web/app/components/workflow/nodes/llm/panel.tsx View File

@@ -1,5 +1,5 @@
import type { FC } from 'react'
import React from 'react'
import React, { useCallback } from 'react'
import { useTranslation } from 'react-i18next'
import MemoryConfig from '../_base/components/memory-config'
import VarReferencePicker from '../_base/components/variable/var-reference-picker'

Loading…
Cancel
Save