@overmap-ai/forms 1.0.14-file-size-fixes.2 → 1.0.14
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/dist/forms.js +1 -1
- package/dist/forms.js.map +1 -1
- package/dist/forms.umd.cjs +1 -1
- package/dist/forms.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/forms.js
CHANGED
|
@@ -1336,7 +1336,7 @@ const _UploadField = class _UploadField extends BaseField {
|
|
|
1336
1336
|
new NumberField({
|
|
1337
1337
|
// TODO: Default value
|
|
1338
1338
|
label: "What is the maximum size of each file?",
|
|
1339
|
-
description: `Maximum file size in megabytes (between 1MB
|
|
1339
|
+
description: `Maximum file size in megabytes (between 1MB–${largestSupportedSize}MB).`,
|
|
1340
1340
|
required: false,
|
|
1341
1341
|
identifier: "maximum_size",
|
|
1342
1342
|
minimum: 1,
|