@revisium/schema-toolkit-ui 0.6.5 → 0.6.6

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.cjs CHANGED
@@ -14276,7 +14276,7 @@ const TableEditor = (0, mobx_react_lite.observer)(({ viewModel, useWindowScroll
14276
14276
  segments: breadcrumbs,
14277
14277
  highlightLast: false,
14278
14278
  onSegmentClick: callbacks.onBreadcrumbClick,
14279
- action: !isReadonly && callbacks.onCreateRow ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(PlusButton, {
14279
+ action: callbacks.onCreateRow ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(PlusButton, {
14280
14280
  tooltip: "New row",
14281
14281
  onClick: callbacks.onCreateRow,
14282
14282
  dataTestId: "create-row-button"