impaktapps-ui-builder 1.0.72-fileUplaod.1 → 1.0.72-fileUplaod.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "1.0.72-fileUplaod.1",
3
+ "version": "1.0.72-fileUplaod.2",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -318,6 +318,7 @@ const buildUiSchema = (config: any, store?: any) => {
318
318
  break;
319
319
  case "UploadFileIcon":
320
320
  elements = buildUploadFileIcon(config, componentScope);
321
+ break;
321
322
  default:
322
323
  schema = {
323
324
  type: "object",