Feat: Add FormSheet. #3221 (#5377)

### 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:
balibabu
2025-02-26 15:03:09 +08:00
committed by GitHub
parent 5c6a7cb4b8
commit 5859a3df72
10 changed files with 82 additions and 72 deletions

View File

@ -92,7 +92,6 @@ function RerankFormField() {
<FormControl>
<Select onValueChange={field.onChange} {...field}>
<SelectTrigger
className="w-[280px]"
value={field.value}
onReset={() => {
form.resetField(RerankId);