Skip to content

Commit

Permalink
fix (FileUploader): update documentation to show that defaultFiles ta…
Browse files Browse the repository at this point in the history
…kes a key no s3Key (#6251)
  • Loading branch information
dindjarinjs authored Dec 13, 2024
1 parent 89f3ec2 commit 7c7aca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const FILE_UPLOADER = [
{
name: `defaultFiles?`,
description: 'An array of files that already exist in the cloud.',
type: 'Array<{s3key: string}>',
type: 'Array<{key: string}>',
},
{
name: `displayText?`,
Expand Down

0 comments on commit 7c7aca5

Please sign in to comment.