@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 CHANGED
@@ -25063,7 +25063,7 @@ var LayoutGridContainer = /*#__PURE__*/memo(function (_ref3) {
25063
25063
  onDelete: cellComponent ? function () {
25064
25064
  if (onClickRemove) onClickRemove(cellComponent.id);
25065
25065
  } : undefined
25066
- }), cellComponent && isWidgetResolvable(cellComponent.component) ? /*#__PURE__*/jsx(DraggableDroppableCellBody, {
25066
+ }), cellComponent && ComponentManager.config(cellComponent.component, cellComponent) ? /*#__PURE__*/jsx(DraggableDroppableCellBody, {
25067
25067
  cellNumber: cellNumber,
25068
25068
  gridContainerId: id,
25069
25069
  onMoveWidgetToCell: onMoveWidgetToCell,