@trops/dash-core 0.1.268 → 0.1.269
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/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25081,7 +25081,7 @@ var LayoutGridContainer = /*#__PURE__*/React.memo(function (_ref3) {
|
|
|
25081
25081
|
onDelete: cellComponent ? function () {
|
|
25082
25082
|
if (onClickRemove) onClickRemove(cellComponent.id);
|
|
25083
25083
|
} : undefined
|
|
25084
|
-
}), cellComponent &&
|
|
25084
|
+
}), cellComponent && ComponentManager.config(cellComponent.component, cellComponent) ? /*#__PURE__*/jsxRuntime.jsx(DraggableDroppableCellBody, {
|
|
25085
25085
|
cellNumber: cellNumber,
|
|
25086
25086
|
gridContainerId: id,
|
|
25087
25087
|
onMoveWidgetToCell: onMoveWidgetToCell,
|