Add submit confirmation modal.

This commit is contained in:
codevictory
2021-12-28 22:59:36 +02:00
parent 2add3359d6
commit 27b154c38f
5 changed files with 191 additions and 148 deletions

View File

@@ -2,6 +2,6 @@ export type Visitor = {
name: string;
invitationId: string;
allergies: any;
services: any;
welcomeDrink: any;
preferences: string;
}