shx-3d-render
parent
0da9c9abf8
commit
ce451dfe50
|
@ -756,8 +756,9 @@
|
|||
|
||||
// check if some values are empty ""
|
||||
for(let key in globalInputFormsObjValues[this.currentVariant]) {
|
||||
if(globalInputFormsObjValues[this.currentVariant][key] === "") {
|
||||
if(globalInputFormsObjValues[this.currentVariant][key].replaceAll(" ", "") === "") {
|
||||
console.log("Empty value found", key);
|
||||
this.disableBuyButton();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue