payloadcms / public-demo

The official public demo for Payload
https://demo.payloadcms.com
152 stars 74 forks source link

Resolve pagination error for posts archive block #41

Open jyavorska opened 8 months ago

jyavorska commented 8 months ago

The component that renders the archive block expects the field for publish date to be called PublishedDate, but for posts it was called PublishedOn.

Fixes https://github.com/payloadcms/public-demo/issues/40