0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Filter email only posts

no issue

Adds a new filter to filter on email only posts in the admin UI.
This commit is contained in:
Simon Backx 2023-04-14 10:38:16 +02:00
parent cce324724a
commit a36e89dfcc

View file

@ -15,6 +15,9 @@ const TYPES = [{
}, {
name: 'Published posts',
value: 'published'
}, {
name: 'Email only posts',
value: 'sent'
}, {
name: 'Scheduled posts',
value: 'scheduled'