🆙 Fix Catalog Edit

This commit is contained in:
duckietm
2026-05-21 16:58:47 +02:00
parent 49917ed49b
commit 5002b2fcdc
8 changed files with 50 additions and 23 deletions
+1
View File
@@ -10,6 +10,7 @@ export interface ICatalogNode
readonly isLeaf: boolean;
readonly localization: string;
readonly pageId: number;
readonly parentId: number;
readonly pageName: string;
readonly iconId: number;
readonly children: ICatalogNode[];