feat: Add other items feature to RSVP form and update table headers

This commit is contained in:
Starstrike
2025-05-01 18:19:08 -04:00
parent 14848c00f7
commit a33d521af3
5 changed files with 68 additions and 44 deletions

View File

@@ -20,5 +20,6 @@ export interface Rsvp {
guest_count: number;
guest_names: string;
items_bringing: string[];
other_items?: string;
created_at: string;
}