Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 committed Oct 20, 2023
1 parent 40b6cb8 commit 472b48c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/components/SQLPage/table_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import {
TREE_ITEM_SKIPPING_INDEX_DEFAULT_NAME,
TREE_ITEM_TABLE_NAME_DEFAULT_NAME,
} from '../../../common/constants';
import { getJobId, pollQueryStatus } from '../../../common/utils/async_query_helpers';
import { AccelerationIndexFlyout } from './acceleration_index_flyout';
import { getJobId, pollQueryStatus } from './utils';

interface CustomView {
http: CoreStart['http'];
Expand Down Expand Up @@ -373,11 +373,11 @@ export const TableView = ({ http, selectedItems, updateSQLQueries, refreshTree }
</EuiFlexItem>
<EuiFlexItem grow={false}>Loading data</EuiFlexItem>
<EuiFlexItem grow={false}>
<div style ={{ padding: '10px' }}>
<EuiText textAlign="center" color="subdued">
Loading can take more than 30s. Queries can be made after the data has loaded. Any
queries run before the data is loaded will be queued
</EuiText>
<div style={{ padding: '10px' }}>
<EuiText textAlign="center" color="subdued">
Loading can take more than 30s. Queries can be made after the data has loaded. Any
queries run before the data is loaded will be queued
</EuiText>
</div>
</EuiFlexItem>
</EuiFlexGroup>
Expand Down

0 comments on commit 472b48c

Please sign in to comment.