mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore(sqllab): typescript for getInitialState (#25047)
This commit is contained in:
@@ -27,6 +27,7 @@ import React, {
|
||||
import { useDispatch } from 'react-redux';
|
||||
import querystring from 'query-string';
|
||||
|
||||
import { Table } from 'src/SqlLab/types';
|
||||
import {
|
||||
queryEditorSetDb,
|
||||
addTable,
|
||||
@@ -52,7 +53,7 @@ import {
|
||||
LocalStorageKeys,
|
||||
setItem,
|
||||
} from 'src/utils/localStorageHelpers';
|
||||
import TableElement, { Table } from '../TableElement';
|
||||
import TableElement from '../TableElement';
|
||||
|
||||
interface ExtendedTable extends Table {
|
||||
expanded: boolean;
|
||||
|
||||
Reference in New Issue
Block a user