impaktapps-ui-builder 1.0.89 → 1.0.90
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/impaktapps-ui-builder.es.js +1 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
package/package.json
CHANGED
|
@@ -554,7 +554,7 @@ export const buildPropertiesSection = function (type: String) {
|
|
|
554
554
|
break;
|
|
555
555
|
case "FileInput":
|
|
556
556
|
uiSchema.elements = [
|
|
557
|
-
getRadioInputField("variant", "Variant", ["Outlined", "
|
|
557
|
+
getRadioInputField("variant", "Variant", ["Outlined", "Standard"]),
|
|
558
558
|
getRadioInputField("hideUpload", "Hide Upload", ["YES", "NO"]),
|
|
559
559
|
getRadioInputField("hideDelete", "Hide Delete", ["YES", "NO"]),
|
|
560
560
|
getRadioInputField("hideDownload", "Hide Download", ["YES", "NO"])
|