Skip to content

Commit

Permalink
chore: update form
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Apr 8, 2024
1 parent c23d7bc commit 950d841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/_components/react-hook-form-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export function ReactHookFormDemo() {
<FormLabel>Images</FormLabel>
<FormControl>
<FileUploader
value={field.value}
onValueChange={field.onChange}
maxFiles={4}
maxSize={4 * 1024 * 1024}
Expand Down

0 comments on commit 950d841

Please sign in to comment.