Update abstract-numbering.ts
parent
4c5350381c
commit
b24d4b4e3a
|
@ -2,7 +2,7 @@ import { Level } from "./level";
|
|||
|
||||
export class AbstractNumbering {
|
||||
id: number;
|
||||
levels: Level[];
|
||||
levels: Level[] = [];
|
||||
constructor(id: number) {
|
||||
this.id = id;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue