mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed pages unable to be filtered
- this was due to a typo - it should be singular
This commit is contained in:
parent
6697dcb39a
commit
c4df99f8a6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const ALL_EVENT_TYPES = [
|
|||
|
||||
const ALL_RESOURCE_TYPES = [
|
||||
{event: 'post', icon: 'event-filter-payment', name: 'Posts'},
|
||||
{event: 'pages', icon: 'event-filter-payment', name: 'Pages'},
|
||||
{event: 'page', icon: 'event-filter-payment', name: 'Pages'},
|
||||
{event: 'tag', icon: 'event-filter-newsletter', name: 'Tags'},
|
||||
{event: 'user', icon: 'idk', name: 'Users'},
|
||||
{event: 'integration', icon: 'event-filter-newsletter', name: 'Integrations'},
|
||||
|
|
Loading…
Add table
Reference in a new issue