This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Xeslint-disable */
|
||||
/* XXeslint-disable */
|
||||
///////////////////////////////
|
||||
// gzform
|
||||
//
|
||||
@@ -357,7 +357,8 @@ export default {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!templateItem.required) {
|
||||
//templateItem.required is a string value, not a boolean value
|
||||
if (templateItem.required !== "true") {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user