Files
klz-cables.com/.pnpm-store/v10/files/b2/4ea736e761cf49491635683f222c819001ef133706f370513d4ecd443df5c6dc42187430d8e1a3d601df5dfa349286dd9104578d0036a406cd923c8e3a75df
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

16 lines
435 B
Plaintext

import { jsx as _jsx } from "react/jsx-runtime";
export const OrderableRowDragPreview = ({
children,
className,
rowId
}) => typeof rowId === 'undefined' ? null : /*#__PURE__*/_jsx("div", {
className: className,
children: /*#__PURE__*/_jsx("table", {
cellPadding: 0,
cellSpacing: 0,
children: /*#__PURE__*/_jsx("tbody", {
children: children
})
})
});
//# sourceMappingURL=OrderableRowDragPreview.js.map