fixing and styleing
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user