fix: data from api is now correctly displayed
This commit is contained in:
@ -5,6 +5,6 @@
|
||||
{ "id": 3, "name": "Charlie", "email": "charlie@example.com" }
|
||||
],
|
||||
"data": [
|
||||
{ "data": "this is a fake data to test api" }
|
||||
{ "canva_data": "this is a fake data to test api" }
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user