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): fixed dashboard cell error for disk usage #17120

Merged
merged 2 commits into from
Mar 6, 2020
Merged

Conversation

asalem1
Copy link
Contributor

@asalem1 asalem1 commented Mar 6, 2020

Closes https://github.com/influxdata/idpe/issues/6240

Problem

The getCells selector function was mapping over undefined values, so the cells were throwing an error when they were being configured

Solution

Added a filter so that the cells are filtered of falsey values before mapping them.

  • CHANGELOG.md updated with a link to the PR (not the Issue)

@asalem1 asalem1 requested review from a team and drdelambre and removed request for a team March 6, 2020 16:55
@asalem1 asalem1 merged commit 148b55b into master Mar 6, 2020
@asalem1 asalem1 deleted the fix/dash-cell-error branch March 6, 2020 17:21
@asalem1 asalem1 restored the fix/dash-cell-error branch March 6, 2020 17:21
@asalem1 asalem1 deleted the fix/dash-cell-error branch March 6, 2020 17:21
jacobmarble pushed a commit that referenced this pull request Mar 12, 2020
fix(ui): fixed dashboard cell error for disk usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants