This is an automated email from the ASF dual-hosted git repository.
hugh pushed a commit to branch hugh-v2022.29.0
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/hugh-v2022.29.0 by this push:
new f6c0b3cadc fix ci
f6c0b3cadc is described below
commit f6c0b3cadc590d1c7c0e870135bd46dc2f0b62a1
Author: hughhhh <[email protected]>
AuthorDate: Thu Jul 21 16:02:24 2022 -0400
fix ci
---
superset-frontend/src/SqlLab/components/ResultSet/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
index 122acb1fd4..ea99267762 100644
--- a/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
+++ b/superset-frontend/src/SqlLab/components/ResultSet/index.tsx
@@ -40,11 +40,11 @@ import FilterableTable, {
import CopyToClipboard from 'src/components/CopyToClipboard';
import { prepareCopyToClipboardTabularData } from 'src/utils/common';
import { CtasEnum } from 'src/SqlLab/actions/sqlLab';
+import { URL_PARAMS } from 'src/constants';
import ExploreCtasResultsButton from '../ExploreCtasResultsButton';
import ExploreResultsButton from '../ExploreResultsButton';
import HighlightedSql from '../HighlightedSql';
import QueryStateLabel from '../QueryStateLabel';
-import { URL_PARAMS } from 'src/constants';
enum LIMITING_FACTOR {
QUERY = 'QUERY',