Skip to content

Commit

Permalink
chore(fileuploaderbutton): remove unused listFiles prop (#9915)
Browse files Browse the repository at this point in the history
* chore(fileuploaderbutton): remove unused prop

* chore: update public api snap

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] committed Oct 21, 2021
1 parent 22cdc87 commit f012e36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2907,9 +2907,6 @@ Map {
"labelText": Object {
"type": "node",
},
"listFiles": Object {
"type": "bool",
},
"multiple": Object {
"type": "bool",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@ FileUploaderButton.propTypes = {
*/
labelText: PropTypes.node,

/**
* Specify whether you want the component to list the files that have been
* submitted to be uploaded
*/
listFiles: PropTypes.bool,

/**
* Specify if the component should accept multiple files to upload
*/
Expand Down

0 comments on commit f012e36

Please sign in to comment.