Skip to content

Commit

Permalink
feat: add nebenforderungen to the context
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Oct 30, 2023
1 parent 3c667cc commit 8dfb6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/flows/fluggastrechteFormular/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const fluggastrechtContext = {
.trim()
.regex(/^\+?[0-9]{13}$/, { message: "invalid-eticketnummer" }),
frist: z.string(), // TODO: validate as German date in the future
nebenforderungen: YesNoAnswer,
versaeumnisurteil: YesNoAnswer,
anmerkung: z.string(),
} as const;
Expand Down

0 comments on commit 8dfb6df

Please sign in to comment.