Files
klz-cables.com/.pnpm-store/v10/files/74/db33a4ab20476c08ef3c66a453dc7d64a09250ffaa54cb847dcf6ede695f4c34d3561ccf440603288c25ef9305465095c70cb3f11f69ef9be52fd3e0dd6e84
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

7 lines
384 B
Plaintext

import type { ClientField, Field } from 'payload';
/**
* Filters fields that are hidden, disabled, or have `disableListColumn` set to `true`.
* Recurses through `tabs` and any container with `.fields` (e.g., `row`, `group`, `collapsible`).
*/
export declare const filterFields: <T extends ClientField | Field>(incomingFields: T[]) => T[];
//# sourceMappingURL=filterFields.d.ts.map