Fixed Account pages
This commit is contained in:
@@ -3,7 +3,7 @@ import { SeatRowModel } from "./seatRowModel"
|
||||
export class SeatGroupModel {
|
||||
name: string = ""
|
||||
surcharge: number = 0
|
||||
standingArea: Boolean = false
|
||||
standingArea: boolean = false
|
||||
capacity: number = 0
|
||||
seatRows: Array<SeatRowModel>
|
||||
}
|
||||
Reference in New Issue
Block a user