fixing and styleing

This commit is contained in:
sdarbinyan
2026-02-20 01:25:29 +04:00
parent cb1349a5fd
commit 070e254a5c
17 changed files with 176 additions and 61 deletions

View File

@@ -273,7 +273,8 @@ export class MockDataService {
visible: data.visible ?? true,
priority: data.priority || 99,
img: data.img,
categoryId: parentId,
categoryId: parentId, // will be root category ID after backend resolves; mock keeps direct parent for simplicity
parentId: parentId,
itemCount: 0
};