mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-06 03:31:41 +00:00
finished integration between new client and backend
commands needs to be implemented
This commit is contained in:
@@ -26,7 +26,7 @@ import CVselect from '../../components/cv-select'
|
||||
},
|
||||
computed:{
|
||||
isDisabled(){
|
||||
if(this.value.TargetGrouping === 0){
|
||||
if(this.value.targetGroup === 0){
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user