Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmacher committed Dec 23, 2024
1 parent 76e4ac5 commit 14527b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ private ActionContext getActionContext(Object source) {
if (source == transformsTable.getTable()) {
return new TransformTableActionContext();
}
return new DefaultActionContext();
return null;
}

private void buildMainPanel() {
Expand Down

0 comments on commit 14527b0

Please sign in to comment.