Skip to content

Commit

Permalink
Discard changes to packages/react/src/file-upload/FileUpload.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhein authored Oct 22, 2024
1 parent 450f852 commit b146c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/file-upload/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const FileUpload = forwardRef<ChakraInputProps, "input">(
variant={variant}
isRequired={isRequired}
isInvalid={isInvalid}
isDisabled={isDisabled}
/>
);
},
Expand Down

0 comments on commit b146c61

Please sign in to comment.