diff --git a/public/js/components/LVVerwaltung/Setup/Table.js b/public/js/components/LVVerwaltung/Setup/Table.js index 5b4d45c24..5360c3525 100644 --- a/public/js/components/LVVerwaltung/Setup/Table.js +++ b/public/js/components/LVVerwaltung/Setup/Table.js @@ -445,7 +445,7 @@ export default { if (!tagExists) { addedTag.id = tag.id; - tags.push({ ...addedTag }); + tags.unshift({ ...addedTag }); targetRow.update({ tags: JSON.stringify(tags) }); targetRow.reformat(); }