@openlettermarketing/olc-react-sdk 1.6.8-beta.6 → 1.6.8-beta.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@openlettermarketing/olc-react-sdk",
3
3
  "private": false,
4
- "version": "1.6.8-beta.6",
4
+ "version": "1.6.8-beta.7",
5
5
  "type": "module",
6
6
  "description": "Simplify template builder integration for any product.",
7
7
  "main": "build/index.js",
@@ -180,7 +180,7 @@ const HireDesigner = (props: any) => {
180
180
  form.append('comments', queryComments);
181
181
  form.append('email', queryEmail);
182
182
  form.append('productId', productId);
183
- form.append('videoUrl', queryVideoUrl);
183
+ form.append('url', queryVideoUrl);
184
184
 
185
185
  queryFile.forEach((file: any) => {
186
186
  form.append('files', file);