Skip to content

Commit

Permalink
@uppy/status-bar: rename internal modules (#3929)
Browse files Browse the repository at this point in the history
* rename `StatusBar` -> `StatusBarUI`

* rename `_StatusBar.jsx` -> `StatusBar.jsx`
  • Loading branch information
aduh95 committed Aug 2, 2022
1 parent a38ae90 commit dc7ad4b
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 446 deletions.
2 changes: 1 addition & 1 deletion packages/@uppy/react/src/StatusBar.js
Expand Up @@ -89,7 +89,7 @@ StatusBar.propTypes = {
hideAfterFinish: PropTypes.bool,
doneButtonHandler: PropTypes.func,
}
// Must be kept in sync with @uppy/status-bar/src/_StatusBar.jsx.
// Must be kept in sync with @uppy/status-bar/src/StatusBar.jsx.
StatusBar.defaultProps = {
hideUploadButton: false,
hideRetryButton: false,
Expand Down

0 comments on commit dc7ad4b

Please sign in to comment.