Adapt the guests table to use the new API format #105
@ -5,7 +5,7 @@ const mockGuestsAPI = ({ page }: { page: Page }) => {
|
||||
const json = [
|
||||
{
|
||||
"id": "f4a09c28-40ea-4553-90a5-96935a59cac6",
|
||||
"status": "Tentative",
|
||||
"status": "tentative",
|
||||
"name": "Kristofer Rohan DVM",
|
||||
"group": {
|
||||
"id": "2fcb8b22-6b07-4c34-92e3-a2535dbc5b14",
|
||||
@ -14,7 +14,7 @@ const mockGuestsAPI = ({ page }: { page: Page }) => {
|
||||
},
|
||||
{
|
||||
"id": "bd585c40-0937-4cde-960a-bb23acfd6f18",
|
||||
"status": "Invited",
|
||||
"status": "invited",
|
||||
"name": "Olevia Quigley Jr.",
|
||||
"group": {
|
||||
"id": "da8edf26-3e1e-4cbb-b985-450c49fffe01",
|
||||
|
Loading…
x
Reference in New Issue
Block a user