Files
klz-cables.com/.pnpm-store/v10/files/87/1701b3a887b9124c6008c997f0dcc124e0b9f09b3996346527254641bc84f8dff327df2d1fd50744b35e97a320a235d15ca8e78f8f07ad5f5c45f3c8692292
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
725 B
Plaintext

{"version":3,"sources":["../../src/schema/withDefault.ts"],"sourcesContent":["import type { FieldAffectingData } from 'payload'\n\nimport type { RawColumn } from '../types.js'\n\nexport const withDefault = (column: RawColumn, field: FieldAffectingData): RawColumn => {\n if (typeof field.defaultValue === 'undefined' || typeof field.defaultValue === 'function') {\n return column\n }\n\n return {\n ...column,\n default: field.defaultValue,\n }\n}\n"],"names":["withDefault","column","field","defaultValue","default"],"mappings":"AAIA,OAAO,MAAMA,cAAc,CAACC,QAAmBC;IAC7C,IAAI,OAAOA,MAAMC,YAAY,KAAK,eAAe,OAAOD,MAAMC,YAAY,KAAK,YAAY;QACzF,OAAOF;IACT;IAEA,OAAO;QACL,GAAGA,MAAM;QACTG,SAASF,MAAMC,YAAY;IAC7B;AACF,EAAC"}