FIX [normalizer] remove keys to have simple array of objects

This commit is contained in:
2023-03-15 09:49:46 +01:00
parent 2e2c11a3c1
commit de4cb1585b
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ function loadDynamicPicker(element) {
(input.value === '[]' || input.value === '') ?
null : [ JSON.parse(input.value) ]
)
suggested = JSON.parse(el.dataset.suggested);
suggested = JSON.parse(el.dataset.suggested)
if (!isMultiple) {
if (input.value === '[]'){