forked from Archives/Athou_commafeed
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