mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
display parent category name in category selects (fixes #1045)
This commit is contained in:
@@ -38,6 +38,7 @@ export interface ApplicationSettings {
|
||||
export interface Category {
|
||||
id: string
|
||||
parentId?: string
|
||||
parentName?: string
|
||||
name: string
|
||||
children: Category[]
|
||||
feeds: Subscription[]
|
||||
|
||||
Reference in New Issue
Block a user