[file-upload] Remove incorrect sentence in customUpload prop docs

pull/5632/head
Jacob Walls 2024-04-22 14:57:07 -04:00 committed by GitHub
parent f8e22edf6d
commit 81853d4ee3
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',
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',