impaktapps-ui-builder 1.0.50-alpha.10 → 1.0.50-alpha.11

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.
@@ -12015,7 +12015,7 @@ const FileInput = {
12015
12015
  widget: "FileInputField"
12016
12016
  },
12017
12017
  config: {
12018
- layout: { xs: 6, sm: 6, md: 4, lg: 3 },
12018
+ layout: { xs: 12, sm: 6, md: 4, lg: 3 },
12019
12019
  main: {
12020
12020
  required: false,
12021
12021
  onUpload: "onFileUpload",