Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

fix: TTestTable viz had className error, and broken CSS styling #286

Merged

Conversation

rusackas
Copy link
Member

@rusackas rusackas commented Dec 4, 2019

🐛 Bug Fix

There was a method returning a boolean used as a className, causing two issues:

  1. The console was barking about using the boolean at all
  2. The CSS for .true and .false classes was not being applied for lack of a string className.

This easy peasy fix addresses both issues.

Before:
image

After:
image

@rusackas rusackas requested a review from a team as a code owner December 4, 2019 06:20
@netlify
Copy link

netlify bot commented Dec 4, 2019

Deploy preview for superset-ui-plugins ready!

Built with commit fe7b24b

https://deploy-preview-286--superset-ui-plugins.netlify.com

@codecov
Copy link

codecov bot commented Dec 4, 2019

Codecov Report

Merging #286 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #286   +/-   ##
======================================
  Coverage    36.9%   36.9%           
======================================
  Files          12      12           
  Lines         233     233           
  Branches       24      24           
======================================
  Hits           86      86           
  Misses        135     135           
  Partials       12      12

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5fd631...fe7b24b. Read the comment docs.

Copy link
Contributor

@etr2460 etr2460 left a comment

Choose a reason for hiding this comment

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

makes sense, lgtm!

@etr2460 etr2460 merged commit bbf7895 into apache-superset:master Dec 4, 2019
nytai pushed a commit to preset-io/superset-ui-plugins that referenced this pull request Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants