SIGN IN SIGN UP
payloadcms / payload UNCLAIMED

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.

0 0 16 TypeScript

fix(ui): restore default columns after clearing query preset (#15360)

- Fixes an issue where collection `defaultColumns` were not restored
after clearing a query preset
- Empty columns array `[]` was being treated as valid preference instead
of "use defaults"
- Changed `columns ?` to `columns?.length ?` in `getColumns` to properly
fall back to `defaultColumns`
A
Alessio Gravili committed
029699dbef6e1b0544f75835cfacfb409712619d
Parent: ea76ca0
Committed by GitHub <noreply@github.com> on 1/27/2026, 5:25:22 PM