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(sql lab): NULL styling in grid cell #17385

Merged
merged 5 commits into from
Nov 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed unnecessary imports
  • Loading branch information
lyndsiWilliams committed Nov 9, 2021
commit 6531f00e3827b728390c6e964db18400a8ef3edf
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ import {
SortIndicator,
Table,
} from 'react-virtualized';
import {
getMultipleTextDimensions,
t,
styled,
SupersetTheme,
css,
} from '@superset-ui/core';
import { getMultipleTextDimensions, t, styled } from '@superset-ui/core';
import { Tooltip } from 'src/components/Tooltip';
import Button from '../Button';
import CopyToClipboard from '../CopyToClipboard';
Expand Down