Skip to content

Commit 96b3512

Browse files
committed
[FIX]: Set Dropzone label prop default undefined
1 parent dfbb981 commit 96b3512

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
1111

12-
<a name="3.0.0"></a>
12+
<a name="3.0.1"></a>
1313

14-
## [3.0.0](https://github.com/dropzone-ui/dropzone-ui/compare/v2.8.1...v3.0.0) (2021-10-11)
14+
## [3.0.1](https://github.com/dropzone-ui/dropzone-ui/compare/v2.8.1...v3.0.1) (2021-10-11)
1515

1616
### Features
1717

build/index.es.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dropzone-ui/react",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Elegant React Library Component for drag’n’drop files. Simple to use with little code. Material design guidelines considered. Multilanguage support.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",

src/components/dropzone/components/Dropzone/DropzoneProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const DropzonePropsDefault: DropzoneProps = {
173173
onUploading: undefined,
174174
uploadingMessage: undefined,
175175
behaviour: "add",
176-
label: "Drop your files here",
176+
label: undefined,
177177
localization: "EN-en"
178178
};
179179

0 commit comments

Comments
 (0)