Add draft count to nav panel
This commit is contained in:
parent
1bffcc5fe7
commit
71f16ec39c
2 changed files with 5 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ export const ROOT_ITEMS = {
|
|||
drafts: {
|
||||
route: 'drafts',
|
||||
icon: 'file-pen',
|
||||
label: 'nav.drafts'
|
||||
label: 'nav.drafts',
|
||||
badgeGetter: 'draftCount'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue