Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Kuang committed Apr 25, 2023
1 parent b29e061 commit e4d077d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import {
ContextMenuFilters,
DataMask,
QueryFormColumn,
QueryFormData,
getColumnLabel,
getNumberFormatter,
getTimeFormatter,
Expand Down Expand Up @@ -111,7 +112,7 @@ export const contextMenuEventHandler =
getCrossFilterDataMask: (
value: string,
) => ContextMenuFilters['crossFilter'],
formData: ,
formData: QueryFormData,
coltypeMapping?: Record<string, number>,
) =>
(e: Event) => {
Expand Down

0 comments on commit e4d077d

Please sign in to comment.