Many improvements. Still no reactivity on List
This commit is contained in:
@@ -50,7 +50,7 @@ export function getSampleIntervals(): Interval[] {
|
||||
return template.blocks.map((t: TimeTuple): Interval => {
|
||||
return {
|
||||
$id: 'id' + Math.random().toString(32).slice(2),
|
||||
boatId: b.$id,
|
||||
resource: b.$id,
|
||||
start: addToDate(tsToday, { day: i }).date + ' ' + t[0],
|
||||
end: addToDate(tsToday, { day: i }).date + ' ' + t[1],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user