Merge pull request #5632 from jacobtylerwalls/jtw/fix-typo-file-upload

[FileUpload] Remove incorrect sentence in customUpload prop docs
pull/5638/head
Tuğçe Küçükoğlu 2024-04-24 09:04:26 +03:00 committed by GitHub
commit 3aae7497fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ const FileUploadProps = [
name: 'customUpload', name: 'customUpload',
type: 'boolean', type: 'boolean',
default: 'false', 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', name: 'showUploadButton',