mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
fix(web): resolve practice/qualifying partial session bug by flagging starting_grid as N/A
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface DatasetInfo {
|
||||
status: 'available' | 'missing'
|
||||
source: 'local' | 'openf1' | 'none'
|
||||
status: 'available' | 'missing' | 'skipped'
|
||||
source: 'local' | 'openf1' | 'none' | 'na'
|
||||
count?: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user