Skip to content

Commit f012e36

Browse files
chore(fileuploaderbutton): remove unused listFiles prop (#9915)
* chore(fileuploaderbutton): remove unused prop * chore: update public api snap Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 22cdc87 commit f012e36

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2907,9 +2907,6 @@ Map {
29072907
"labelText": Object {
29082908
"type": "node",
29092909
},
2910-
"listFiles": Object {
2911-
"type": "bool",
2912-
},
29132910
"multiple": Object {
29142911
"type": "bool",
29152912
},

packages/react/src/components/FileUploader/FileUploaderButton.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,6 @@ FileUploaderButton.propTypes = {
141141
*/
142142
labelText: PropTypes.node,
143143

144-
/**
145-
* Specify whether you want the component to list the files that have been
146-
* submitted to be uploaded
147-
*/
148-
listFiles: PropTypes.bool,
149-
150144
/**
151145
* Specify if the component should accept multiple files to upload
152146
*/

0 commit comments

Comments
 (0)