@griddo/ax 11.4.19 → 11.4.20

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": "@griddo/ax",
3
3
  "description": "Griddo Author Experience",
4
- "version": "11.4.19",
4
+ "version": "11.4.20",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -224,5 +224,5 @@
224
224
  "publishConfig": {
225
225
  "access": "public"
226
226
  },
227
- "gitHead": "47acc3d898db7644f12885dfefe62bbed97bc8a1"
227
+ "gitHead": "103110d5ec62ad8edc23f6e9d1fafe9219a9e849"
228
228
  }
@@ -369,7 +369,7 @@ function saveForm(
369
369
  dispatch(setFormContent(pageContent));
370
370
  dispatch(setIsNewTranslation(false));
371
371
 
372
- if (formHtml && pageContent.state === "active") {
372
+ if (formHtml) {
373
373
  const form = new FormData();
374
374
  const image = await getImageFromIFrame(formHtml, "form-thumbnail");
375
375