[file-upload] Remove incorrect sentence in customUpload prop docs
parent
f8e22edf6d
commit
81853d4ee3
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue