We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ba4f1 commit 395a792Copy full SHA for 395a792
helper.php
@@ -75,7 +75,7 @@ public static function submitForm($ajax = false) {
75
76
$labels = [];
77
foreach ($params->get('fields', []) as $field) {
78
- $labels[$field->name] = ['label' => self::getLabelText($field), 'type', $field->type];
+ $labels[$field->name] = ['label' => self::getLabelText($field), 'type' => $field->type];
79
}
80
81
$values = [];
0 commit comments