Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dashboards): Prevent undefined error in manage dashboards #88922

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

nikkikapadia
Copy link
Member

Addresses JAVASCRIPT-2WS0
if the pagination does not exist, pagination.next!.results would throw an error saying it's undefined. I've added an extra check to see if pagination.next is defined before checking the results

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 7, 2025
@nikkikapadia nikkikapadia marked this pull request as ready for review April 7, 2025 17:04
@nikkikapadia nikkikapadia requested a review from a team as a code owner April 7, 2025 17:04
@nikkikapadia nikkikapadia merged commit da7ceb8 into master Apr 7, 2025
42 checks passed
@nikkikapadia nikkikapadia deleted the nikki/fix/manage-dashboards-undefined-error branch April 7, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants