Compare commits

..

1 Commits

Author SHA1 Message Date
be1a036ef0 Flag tentative stsatus with a yellow icon
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Successful in 3m59s
Playwright Tests / test (pull_request) Failing after 2m50s
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 12m18s
2024-10-27 19:27:33 +01:00

View File

@ -21,7 +21,7 @@ export type Guest = {
name: string; name: string;
email: string; email: string;
group_name: string; group_name: string;
status: 'Considered' | 'Invited' | 'Confirmed' | 'Declined' | 'Tentative'; status: 'Considered' | 'Invited' | 'Confirmed' | 'Declined';
} }
export type Group = { export type Group = {