@bigbinary/neeto-form-frontend 1.2.40 → 1.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/en.json +2 -1
- package/dist/index.cjs.js +152 -115
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +153 -116
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
|
@@ -132,7 +132,8 @@
|
|
|
132
132
|
"validations": {
|
|
133
133
|
"waitForUpload": "Please wait till upload is finished",
|
|
134
134
|
"atLeastOneFileRequired": "Please upload at least one file",
|
|
135
|
-
"removeDuplicates": "Please remove duplicate entries"
|
|
135
|
+
"removeDuplicates": "Please remove duplicate entries",
|
|
136
|
+
"fileIsRequired": "Please upload a file"
|
|
136
137
|
},
|
|
137
138
|
"dropzone": {
|
|
138
139
|
"errors": {
|