From 54b9d26d7ff461ac405f93dbc490790cc5444028 Mon Sep 17 00:00:00 2001 From: JohannaPeanut <76495099+JohannaPeanut@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:41:32 +0100 Subject: [PATCH] Survey: update order topics in feedback.ts --- src/survey-public/frm7/data/feedback.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/survey-public/frm7/data/feedback.ts b/src/survey-public/frm7/data/feedback.ts index dacd79887..8d202118d 100644 --- a/src/survey-public/frm7/data/feedback.ts +++ b/src/survey-public/frm7/data/feedback.ts @@ -16,10 +16,10 @@ export const feedbackDefinition: TFeedback = { component: "singleResponse", props: { responses: [ - { id: 1, text: { de: "Nutzung" } }, - { id: 2, text: { de: "Streckenführung" } }, - { id: 3, text: { de: "Zubringer" } }, - { id: 4, text: { de: "Mögliche Konflikte" } }, + { id: 1, text: { de: "Mögliche Konflikte" } }, + { id: 2, text: { de: "Nutzung" } }, + { id: 3, text: { de: "Streckenführung" } }, + { id: 4, text: { de: "Zubringer" } }, { id: 5, text: { de: "Umwelt- und Naturschutz" } }, { id: 6, text: { de: "Sonstiges" } }, ],