chore: Änderungen commited
This commit is contained in:
2
app.py
2
app.py
@@ -2153,7 +2153,7 @@ def get_root_mindmap_data():
|
||||
'description': category.description or '',
|
||||
'color_code': category.color_code or '#9F7AEA',
|
||||
'category': category.name,
|
||||
'has_children': bool(category.children.count() > 0),
|
||||
'has_children': bool(len(category.children) > 0),
|
||||
'icon': category.icon or 'fa-solid fa-circle'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user