mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
to RefObject (#25192)
This commit is contained in:
@ -26,7 +26,7 @@ export type IRunOnceProps = {
|
||||
siteInfo: SiteInfo
|
||||
promptConfig: PromptConfig
|
||||
inputs: Record<string, any>
|
||||
inputsRef: React.MutableRefObject<Record<string, any>>
|
||||
inputsRef: React.RefObject<Record<string, any>>
|
||||
onInputsChange: (inputs: Record<string, any>) => void
|
||||
onSend: () => void
|
||||
visionConfig: VisionSettings
|
||||
|
||||
Reference in New Issue
Block a user