Skip to content

Commit

Permalink
#191: Provide correct kind for SelectAction (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at authored Feb 15, 2021
1 parent 88dda7d commit ff26192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class SelectAction extends Action {

public static final String ID = "selectElement";
public static final String ID = "elementSelected";

private List<String> selectedElementsIDs;
private List<String> deselectedElementsIDs;
Expand Down

0 comments on commit ff26192

Please sign in to comment.