gutenblock-controls
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -130,3 +130,3 @@ 'use strict'; | ||
setAttributes: setAttributes, | ||
attributes: attributes && attributes[attribute] && attributes[attribute][index] ? attributes[attribute][index] : undefined | ||
attributes: attributes && attributes[attribute] && attributes[attribute][index] ? attributes[attribute][index] : {} | ||
}, _defineProperty(_React$cloneElement, 'setAttributes', function setAttributes(data) { | ||
@@ -133,0 +133,0 @@ var _Object$keys = Object.keys(data), |
{ | ||
"name": "gutenblock-controls", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Useful inspector controls for gutenberg", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
32002