Skip to content

Commit

Permalink
Update prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
Lehats committed Dec 20, 2024
1 parent d843bf3 commit e7c0b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/pages/detail/attachments/fileDropzone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { theme } from "../../../AppTheme.ts";
* @param {Array<string>} props.acceptedFileTypes - The list of accepted file types.
* @param {boolean} props.isDisabled - Whether the dropzone is disabled.
* @param {string} props.dataCy - The data-cy attribute for testing.
* @param {Function} props.setFileType - A callback function to set the file type.
* @param {Function} props.setFileType - A react SetStateAction to set the file type.
* @returns {JSX.Element} The rendered FileDropzone component.
*/
export const FileDropzone = props => {
Expand Down

0 comments on commit e7c0b6b

Please sign in to comment.