Files
klz-cables.com/.pnpm-store/v10/files/61/dafbcba711ddd99bd0431206a299e577f16c9afe3212a57846f2fcad8637ab80ed476b8cb0bae160070f25131c21fbdeed27a4a83cf0bf1e6ce8f28f1688d6
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
790 B
Plaintext

{"version":3,"sources":["../../src/preferences/keys.ts"],"sourcesContent":["/**\n * Centralized preference keys used throughout Payload admin UI.\n * Import these constants instead of using string literals to prevent typos.\n */\n\nexport const PREFERENCE_KEYS = {\n /**\n * Stores browse by folder view state\n */\n BROWSE_BY_FOLDER: 'browse-by-folder',\n\n /**\n * Stores dashboard layout configuration\n */\n DASHBOARD_LAYOUT: 'dashboard-layout',\n\n /**\n * Stores navigation group collapse/expand state and nav open/closed state\n */\n NAV: 'nav',\n} as const\n"],"names":["PREFERENCE_KEYS","BROWSE_BY_FOLDER","DASHBOARD_LAYOUT","NAV"],"mappings":"AAAA;;;CAGC,GAED,OAAO,MAAMA,kBAAkB;IAC7B;;GAEC,GACDC,kBAAkB;IAElB;;GAEC,GACDC,kBAAkB;IAElB;;GAEC,GACDC,KAAK;AACP,EAAU"}