Skip to content

Commit

Permalink
fix: Update IrisGridContextMenuHandler getHeaderActions return type t…
Browse files Browse the repository at this point in the history
…o be more permissive
  • Loading branch information
mattrunyon committed Jun 27, 2024
1 parent e75e716 commit ffe68fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class IrisGridContextMenuHandler extends GridMouseHandler {
getHeaderActions(
modelIndex: ModelIndex,
gridPoint: GridPoint
): ContextAction[] {
): ResolvableContextAction[] {
const { irisGrid } = this;
const { column: visibleIndex } = gridPoint;
assertNotNull(visibleIndex);
Expand Down

0 comments on commit ffe68fd

Please sign in to comment.