gunsmith-common 2.1.20 → 2.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1654,8 +1654,8 @@ function refinishDetailsValidator() {
|
|
|
1654
1654
|
isValid = true;
|
|
1655
1655
|
}
|
|
1656
1656
|
for (let i = 0; i < formArray.controls.length; i++) {
|
|
1657
|
-
const
|
|
1658
|
-
if (
|
|
1657
|
+
const controlValue = formArray.controls[i].value;
|
|
1658
|
+
if (controlValue.coating.value && controlValue.coating.value.id) {
|
|
1659
1659
|
isValid = true;
|
|
1660
1660
|
}
|
|
1661
1661
|
}
|