chore(sqllab): typescript for getInitialState (#25047)

This commit is contained in:
JUST.in DO IT
2023-08-24 16:54:06 -07:00
committed by GitHub
parent 6ac906f388
commit 4d9e9a4b1c
12 changed files with 324 additions and 67 deletions

View File

@@ -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;