Skip to content

Commit

Permalink
Update packages/boxed-expression-component/src/BoxedExpressionEditorC…
Browse files Browse the repository at this point in the history
…ontext.tsx

Co-authored-by: Luiz João Motta <[email protected]>
  • Loading branch information
jomarko and ljmotta authored Dec 10, 2024
1 parent d7b4635 commit 22996a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface BoxedExpressionEditorContextType {
pmmlDocuments?: PmmlDocument[];
dataTypes: DmnDataType[];
isReadOnly?: boolean;
evaluationHitsCountPerId?: Map<string, number>;
evaluationHitsCountById?: Map<string, number>;

// State
currentlyOpenContextMenu: string | undefined;
Expand Down

0 comments on commit 22996a0

Please sign in to comment.