remove withTrailer validation
This commit is contained in:
parent
baf4535318
commit
2eed0b91a1
@ -88,11 +88,6 @@ const autorunEffects: IAutorunEffect[] = [
|
||||
} else {
|
||||
calculationStore.setValidation('tbxMaxMass', true);
|
||||
}
|
||||
if (!withTrailer) {
|
||||
calculationStore.setValidation('cbxWithTrailer', false);
|
||||
} else {
|
||||
calculationStore.setValidation('cbxWithTrailer', true);
|
||||
}
|
||||
} else {
|
||||
calculationStore.setValidation('tbxMaxMass', true);
|
||||
calculationStore.setValidation('cbxWithTrailer', true);
|
||||
|
||||
Reference in New Issue
Block a user