@griddo/ax 11.4.4 → 11.4.5

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.4",
4
+ "version": "11.4.5",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -226,5 +226,5 @@
226
226
  "publishConfig": {
227
227
  "access": "public"
228
228
  },
229
- "gitHead": "6b1ed97af39188a07800b84f55aafb5308e8efc3"
229
+ "gitHead": "86e7d32bd4550089c7a74ec838c235e7e6e8a72a"
230
230
  }
@@ -116,6 +116,7 @@ const SameComponentArray = (props: ISameComponentArrayProps): JSX.Element => {
116
116
  selectedContent={selectedContent}
117
117
  disabled={disabled || isModuleDisabled}
118
118
  canDuplicate={showAddItemButton && !isModuleDeactivated}
119
+ canDelete={true}
119
120
  parentKey={objKey}
120
121
  theme={theme}
121
122
  arrayLength={components.length}