Fix branch.

This commit is contained in:
Norman Jäckel 2020-09-29 22:56:03 +02:00
parent e9fd1f108b
commit a4ed281c7e
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ Interface motion_category {
name: string;
prefix: string;
weight: number;
level: number; // calculated
level: number;
parent_id: motion_category/child_ids;
child_ids: (motion_category/parent_id)[];