Skip to content

Commit

Permalink
Merge pull request #5632 from jacobtylerwalls/jtw/fix-typo-file-upload
Browse files Browse the repository at this point in the history
[FileUpload] Remove incorrect sentence in customUpload prop docs
  • Loading branch information
tugcekucukoglu authored Apr 24, 2024
2 parents 498a005 + 81853d4 commit 3aae749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-generator/components/fileupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const FileUploadProps = [
name: 'customUpload',
type: 'boolean',
default: 'false',
description: 'Whether to use the default upload or a manual implementation defined in uploadHandler callback. Defaults to PrimeVue Locale configuration.'
description: 'Whether to use the default upload or a manual implementation defined in uploadHandler callback.'
},
{
name: 'showUploadButton',
Expand Down

0 comments on commit 3aae749

Please sign in to comment.