Closed
Description
When navigating from the Organiation Profile, there is a console error:
TypeError: Cannot read property 'apisPerPage' of undefined
Steps to reproduce
- navigate to any Organization Profile
- click a link to a different route (such as a related API)
Likely cause
When creating a new organization, the organization settings are not defined. Hence, apisPerPage
will not be accessible. Make sure our code is safe where we use the apisPerPage
property.