Skip to content

Commit fdd6671

Browse files
authored
fix merge
1 parent b68eed9 commit fdd6671

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/st2-auto-form/fields/array.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export default class ArrayField extends BaseTextField {
113113
/* string which is YAQL */
114114
if (isYaql(v)) {
115115
return v;
116+
}
116117

117118
if (Array.isArray(v) && jsonInArrayCheck(v)) {
118119
return JSON.stringify(v);

0 commit comments

Comments
 (0)