typo fix
This commit is contained in:
parent
6177fe0c5a
commit
e1adef5010
|
|
@ -467,7 +467,7 @@ function constructFormBody(fields, options) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
html += constructField(name, field, options);
|
html += constructField(field_name, field, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.current_group) {
|
if (options.current_group) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue