Skip to content
Snippets Groups Projects
Unverified Commit bbe6b0b8 authored by Kamil Mielnik's avatar Kamil Mielnik Committed by GitHub
Browse files

Fix availableDrillThrus typing (#38957)

parent 750638e4
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ import type {
export function availableDrillThrus(
query: Query,
stageIndex: number,
column: ColumnMetadata | DatasetColumn | undefined,
column: DatasetColumn | undefined,
value: RowValue | undefined,
row: ClickObjectDataRow[] | undefined,
dimensions: ClickObjectDimension[] | undefined,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment