finished integration between new client and backend

commands needs to be implemented
This commit is contained in:
ori agranat
2019-10-16 14:13:12 +03:00
parent 0828d2290a
commit dc2b738190
14 changed files with 75 additions and 45 deletions

View File

@@ -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;