mirror of
https://github.com/apache/druid.git
synced 2025-02-27 14:00:18 +00:00
type cleanup
This commit is contained in:
parent
164c2f8f83
commit
4b731c0b0c
@ -77,7 +77,7 @@ export const PreviewTable = React.memo(function PreviewTable(props: PreviewTable
|
||||
const { queryResult, onQueryAction, columnFilter, selectedColumnIndex, onEditColumn } = props;
|
||||
const [showValue, setShowValue] = useState<string>();
|
||||
|
||||
const parsedQuery: SqlQuery = queryResult.sqlQuery!;
|
||||
const parsedQuery = queryResult.sqlQuery;
|
||||
if (!parsedQuery) return null;
|
||||
|
||||
function hasFilterOnHeader(header: string, headerIndex: number): boolean {
|
||||
|
Loading…
x
Reference in New Issue
Block a user