Files
klz-cables.com/.pnpm-store/v10/files/fa/591690151c150a184e9fb5a760977b694746a349a0d53b1208a0973a27bcb049a9629c927151c2e4e819e1e0fdbec1e35d82633cb941aa7905ce705395fbce
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

1 line
426 B
Plaintext

{"version":3,"sources":["../../../src/admin/elements/Table.ts"],"sourcesContent":["import type { ClientField } from '../../fields/config/types.js'\n\nexport type Column = {\n readonly accessor: string\n readonly active: boolean\n readonly CustomLabel?: React.ReactNode\n readonly field: ClientField\n readonly Heading: React.ReactNode\n readonly renderedCells: React.ReactNode[]\n}\n"],"names":[],"mappings":"AAEA,WAOC"}