mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 23:16:58 +08:00
### What problem does this PR solve? Feat: Downstream operators can get the variables defined by the user input operator #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -103,7 +103,7 @@ export function NextMessageInput({
|
||||
</FileUploadDropzone>
|
||||
<form
|
||||
onSubmit={onSubmit}
|
||||
className="relative flex w-full max-w-md flex-col gap-2.5 rounded-md border border-input px-3 py-2 outline-none focus-within:ring-1 focus-within:ring-ring/50"
|
||||
className="relative flex w-full flex-col gap-2.5 rounded-md border border-input px-3 py-2 outline-none focus-within:ring-1 focus-within:ring-ring/50"
|
||||
>
|
||||
<FileUploadList
|
||||
orientation="horizontal"
|
||||
|
||||
Reference in New Issue
Block a user