Files
klz-cables.com/.pnpm-store/v10/files/ad/7861c5b756aabbae6f6a18169e22d5c5ac5feb737073f9dc9b3e0312e21e5c2be433464304c2e37072e841f87a57094ff5e0329f8de03b218373688dc85bb6
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
1.3 KiB
Plaintext

{"version":3,"file":"index.server.js","names":["MoveDocToFolder","baseClass","FolderField","props","payload","config","folders","_jsx","className","folderCollectionSlug","slug","folderFieldName","fieldName"],"sources":["../../../../src/elements/FolderView/FolderField/index.server.tsx"],"sourcesContent":["import type { RelationshipFieldServerProps } from 'payload'\n\n// eslint-disable-next-line payload/no-imports-from-exports-dir\nimport { MoveDocToFolder } from '../../../exports/client/index.js'\nimport './index.scss'\n\nconst baseClass = 'folder-edit-field'\n\nexport const FolderField = (props: RelationshipFieldServerProps) => {\n if (props.payload.config.folders === false) {\n return null\n }\n return (\n <MoveDocToFolder\n className={baseClass}\n folderCollectionSlug={props.payload.config.folders.slug}\n folderFieldName={props.payload.config.folders.fieldName}\n />\n )\n}\n"],"mappings":";AAEA;AACA,SAASA,eAAe,QAAQ;AAChC,OAAO;AAEP,MAAMC,SAAA,GAAY;AAElB,OAAO,MAAMC,WAAA,GAAeC,KAAA;EAC1B,IAAIA,KAAA,CAAMC,OAAO,CAACC,MAAM,CAACC,OAAO,KAAK,OAAO;IAC1C,OAAO;EACT;EACA,oBACEC,IAAA,CAACP,eAAA;IACCQ,SAAA,EAAWP,SAAA;IACXQ,oBAAA,EAAsBN,KAAA,CAAMC,OAAO,CAACC,MAAM,CAACC,OAAO,CAACI,IAAI;IACvDC,eAAA,EAAiBR,KAAA,CAAMC,OAAO,CAACC,MAAM,CAACC,OAAO,CAACM;;AAGpD","ignoreList":[]}