Files
klz-cables.com/.pnpm-store/v10/files/aa/82182ec8b9abb5fe59353a181308b11574096126763cf9449a080db4be6142748469ecf8e9e59f43cf7f12a293f9d3102d9b763bf93fe5b59846cac867b7a2
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
839 B
Plaintext

{"version":3,"file":"index.js","names":["React","TextareaCell","cellData","textToShow","length","substring","_jsx"],"sources":["../../../../../../src/elements/Table/DefaultCell/fields/Textarea/index.tsx"],"sourcesContent":["'use client'\nimport type { DefaultCellComponentProps, TextareaFieldClient } from 'payload'\n\nimport React from 'react'\n\nexport const TextareaCell: React.FC<DefaultCellComponentProps<TextareaFieldClient>> = ({\n cellData,\n}) => {\n const textToShow = cellData?.length > 100 ? `${cellData.substring(0, 100)}\\u2026` : cellData\n return <span>{textToShow}</span>\n}\n"],"mappings":"AAAA;;;AAGA,OAAOA,KAAA,MAAW;AAElB,OAAO,MAAMC,YAAA,GAAyEA,CAAC;EACrFC;AAAQ,CACT;EACC,MAAMC,UAAA,GAAaD,QAAA,EAAUE,MAAA,GAAS,MAAM,GAAGF,QAAA,CAASG,SAAS,CAAC,GAAG,YAAY,GAAGH,QAAA;EACpF,oBAAOI,IAAA,CAAC;cAAMH;;AAChB","ignoreList":[]}