@wix/form-public 0.192.0 → 0.193.0

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/index.cjs CHANGED
@@ -36624,7 +36624,7 @@ var useUploadFile = (uploadTarget) => {
36624
36624
  fileId: id,
36625
36625
  displayName: displayName || file.name,
36626
36626
  url: !isPrivate ? url : void 0,
36627
- fileType: file.type
36627
+ fileType: file.type || "application/octet-stream"
36628
36628
  };
36629
36629
  onDone({
36630
36630
  file,