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: handle edge case for logs column options menu navigation #6592

Closed
wants to merge 1 commit into from

Conversation

ahmadshaheer
Copy link
Collaborator

@ahmadshaheer ahmadshaheer commented Dec 4, 2024

Summary

handle edge case for logs column options menu navigation

Fixes this Sentry

Related Issues / PR's

Screenshots

Affected Areas and Manually Tested Areas

@ahmadshaheer ahmadshaheer requested a review from YounixM as a code owner December 4, 2024 14:13
Copy link

github-actions bot commented Dec 4, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@github-actions github-actions bot added the bug Something isn't working label Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 955aea2 in 23 seconds

More details
  • Looked at 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. frontend/src/components/LogsFormatOptionsMenu/LogsFormatOptionsMenu.tsx:155
  • Draft comment:
    The check for optionsData?.length is redundant since optionsData is already being checked for null or undefined. Consider removing the optional chaining ?. for length here and in other similar instances.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The check for optionsData?.length is redundant since optionsData is already being checked for null or undefined. This redundancy is present in multiple places.

Workflow ID: wflow_ZHQnhi2b7LDENuRf


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link

github-actions bot commented Dec 4, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@ahmadshaheer
Copy link
Collaborator Author

close in favor of #6599

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant