Adapt the guests table to use the new API format #105

Merged
bustikiller merged 4 commits from guests-api-changes into main 2024-11-17 10:43:38 +00:00
Showing only changes of commit 7b62992a5f - Show all commits

View File

@ -5,7 +5,7 @@ const mockGuestsAPI = ({ page }: { page: Page }) => {
const json = [ const json = [
{ {
"id": "f4a09c28-40ea-4553-90a5-96935a59cac6", "id": "f4a09c28-40ea-4553-90a5-96935a59cac6",
"status": "Tentative", "status": "tentative",
"name": "Kristofer Rohan DVM", "name": "Kristofer Rohan DVM",
"group": { "group": {
"id": "2fcb8b22-6b07-4c34-92e3-a2535dbc5b14", "id": "2fcb8b22-6b07-4c34-92e3-a2535dbc5b14",
@ -14,7 +14,7 @@ const mockGuestsAPI = ({ page }: { page: Page }) => {
}, },
{ {
"id": "bd585c40-0937-4cde-960a-bb23acfd6f18", "id": "bd585c40-0937-4cde-960a-bb23acfd6f18",
"status": "Invited", "status": "invited",
"name": "Olevia Quigley Jr.", "name": "Olevia Quigley Jr.",
"group": { "group": {
"id": "da8edf26-3e1e-4cbb-b985-450c49fffe01", "id": "da8edf26-3e1e-4cbb-b985-450c49fffe01",