From 472b48c29b449aa3a6e488d6f06b24fb65f58a6c Mon Sep 17 00:00:00 2001 From: Shenoy Pratik Date: Fri, 20 Oct 2023 14:58:37 -0700 Subject: [PATCH] fix import Signed-off-by: Shenoy Pratik --- public/components/SQLPage/table_view.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/components/SQLPage/table_view.tsx b/public/components/SQLPage/table_view.tsx index eb2a44bf..c1e0fbf6 100644 --- a/public/components/SQLPage/table_view.tsx +++ b/public/components/SQLPage/table_view.tsx @@ -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']; @@ -373,11 +373,11 @@ export const TableView = ({ http, selectedItems, updateSQLQueries, refreshTree } Loading data -
- - 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 - +
+ + 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 +