mirror of
https://github.com/apache/superset.git
synced 2026-06-06 08:09:14 +00:00
fix: Cosmetic issues (#35122)
This commit is contained in:
@@ -25,11 +25,7 @@ import {
|
||||
setItem,
|
||||
LocalStorageKeys,
|
||||
} from 'src/utils/localStorageHelpers';
|
||||
import {
|
||||
SamplesPane,
|
||||
TableControlsWrapper,
|
||||
useResultsPane,
|
||||
} from './components';
|
||||
import { SamplesPane, useResultsPane } from './components';
|
||||
import { DataTablesPaneProps, ResultTypes } from './types';
|
||||
|
||||
const StyledDiv = styled.div`
|
||||
@@ -162,7 +158,7 @@ export const DataTablesPane = ({
|
||||
<Icons.DownOutlined aria-label={t('Expand data panel')} />
|
||||
);
|
||||
return (
|
||||
<TableControlsWrapper>
|
||||
<div>
|
||||
{panelOpen ? (
|
||||
<span
|
||||
role="button"
|
||||
@@ -180,7 +176,7 @@ export const DataTablesPane = ({
|
||||
{caretIcon}
|
||||
</span>
|
||||
)}
|
||||
</TableControlsWrapper>
|
||||
</div>
|
||||
);
|
||||
}, [handleCollapseChange, panelOpen]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user