diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-19 09:02:06 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-19 09:02:06 -0400 |
commit | 3baf0c1c8cf9989d4b6e50baa90fc24f1b99b8b5 (patch) | |
tree | 49ed2cb389e468f5103af304858644f175e685b0 /src | |
parent | ec129ac9ce0b143ca4c325108ea66c2d0e7352ff (diff) |
data: withReversList_template: allow mixed types
Diffstat (limited to 'src')
-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({ |