mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-28 02:11:40 +00:00
added driver mode tab to settings in the ui
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
},
|
||||
indexList() {
|
||||
let list = []
|
||||
let list = [];
|
||||
for (let i = 0; i < this.list.length; i++) {
|
||||
list.push({
|
||||
name: this.list[i],
|
||||
|
||||
Reference in New Issue
Block a user