feat: Add other items feature to RSVP form and update table headers
This commit is contained in:
@@ -20,5 +20,6 @@ export interface Rsvp {
|
||||
guest_count: number;
|
||||
guest_names: string;
|
||||
items_bringing: string[];
|
||||
other_items?: string;
|
||||
created_at: string;
|
||||
}
|
||||
Reference in New Issue
Block a user