mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-07 02:55:08 +08:00
### What problem does this PR solve? Feat: Add FormSheet. #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -92,7 +92,6 @@ function RerankFormField() {
|
||||
<FormControl>
|
||||
<Select onValueChange={field.onChange} {...field}>
|
||||
<SelectTrigger
|
||||
className="w-[280px]"
|
||||
value={field.value}
|
||||
onReset={() => {
|
||||
form.resetField(RerankId);
|
||||
|
||||
Reference in New Issue
Block a user