Skip to content

Commit

Permalink
Merge pull request transloadit#11 from LexPredict/dev
Browse files Browse the repository at this point in the history
UI change
  • Loading branch information
DimaKogut authored Jun 3, 2020
2 parents b70ac76 + f4bf232 commit f9b8e17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uppy-build",
"version": "1.0.3",
"version": "1.0.4",
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
"lint-staged": {
"*.js": "eslint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function PanelTopBar (props) {
{
deletePending.length > 0 &&
<span class="status-label">
{deletePending.length} Deleted
{deletePending.length} Pending deletion
</span>
}
</div>
Expand Down

0 comments on commit f9b8e17

Please sign in to comment.