Skip to content

Commit

Permalink
Survey: update order topics in feedback.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Jan 25, 2024
1 parent 5f9ac36 commit 54b9d26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/survey-public/frm7/data/feedback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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" } },
],
Expand Down

0 comments on commit 54b9d26

Please sign in to comment.