fix: extract nested properties from list API responses
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Backend returns { plans: [...] } and { members: [...] } for list
endpoints, not direct arrays. Update listPlans() and listMembers()
to extract the nested property from the response.
Fixes:
- TypeError: t.map is not a function on Plans page
- TypeError: l is not iterable on Members page
master
parent
af79b9a871
commit
cc29ac453c
Loading…
Reference in New Issue