Skip to content

Commit

Permalink
Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed Dec 23, 2024
1 parent 5f09ba6 commit 6627118
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@ interface MathSelectorProps {
onMathSelect: (index: number, value: any) => any
trendsDisplayCategory: ChartDisplayCategory | null
style?: React.CSSProperties
/** Only show these property math definitions */
onlyPropertyMathDefinitions?: Array<string> | null
}

function isPropertyValueMath(math: string | undefined): math is PropertyMathType {
Expand Down

0 comments on commit 6627118

Please sign in to comment.