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(ui/blocks): fixing overlapping blocks for undefined poolArrays #7242

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 28, 2024

  1. fix(ui/blocks): fixing overlapping blocks for empty poolArrays

    It appears that `poolArray[0][0]` can return `undefined`, resulting in an error when trying to read `.thanos`.
    
    Signed-off-by: Markus Möslinger <markus.moeslinger@socra.dev>
    outofrange committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4075933 View commit details
    Browse the repository at this point in the history
  2. docs(changelog): added changelog for thanos-io#7242

    Signed-off-by: Markus Möslinger <markus.moeslinger@socra.dev>
    outofrange committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6a3796d View commit details
    Browse the repository at this point in the history
  3. build(ui): rebuild react app

    Signed-off-by: Markus Möslinger <markus.moeslinger@socra.dev>
    outofrange committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9601582 View commit details
    Browse the repository at this point in the history