@griddo/ax 11.10.48-rc.0 → 11.10.48

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.10.48-rc.0",
4
+ "version": "11.10.48",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Diego M. Béjar <diego.bejar@secuoyas.com>",
@@ -217,5 +217,5 @@
217
217
  "publishConfig": {
218
218
  "access": "public"
219
219
  },
220
- "gitHead": "614ed76e517fb04e2d6d3b37218985ca38e4c5dd"
220
+ "gitHead": "b7897ce23eafb03776e9ab9446685cd32709a00a"
221
221
  }
@@ -17,7 +17,7 @@ const UniqueCheck = (props: IProps) => {
17
17
  <S.Wrapper className={classes}>
18
18
  <CheckField
19
19
  name={name}
20
- checked={!!value}
20
+ checked={!!value && value !== "false"}
21
21
  title={uniqueOption.title}
22
22
  value={value}
23
23
  onChange={handleChange}
@@ -428,8 +428,6 @@ function savePage(data?: {
428
428
  dispatch(setIsSaving(true));
429
429
  const { createDraft = false, publishPage, publishDraft, setToast } = data || {};
430
430
 
431
- console.log(setToast, "setToast");
432
-
433
431
  const {
434
432
  pageEditor: {
435
433
  selectedEditorID,