You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the response is something like:
```json
{
"data": [],
"totalCount": 0
}
```
which is not helpeful, so this commit will add a check and not override
the existing data if the returned json data is empty.
0 commit comments