diff options
-rw-r--r-- | src/data/composite/wiki-data/helpers/withReverseList-template.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/composite/wiki-data/helpers/withReverseList-template.js b/src/data/composite/wiki-data/helpers/withReverseList-template.js index 5ed0e32e..5c65eca3 100644 --- a/src/data/composite/wiki-data/helpers/withReverseList-template.js +++ b/src/data/composite/wiki-data/helpers/withReverseList-template.js @@ -46,7 +46,7 @@ export default function withReverseList_template({ inputs: { data: inputWikiData({ - allowMixedTypes: false, + allowMixedTypes: true, }), [propertyInputName]: input({ |