Skip to content

Commit

Permalink
MID-6164 confirmation pop-up message for recompute
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 6, 2020
1 parent 6da94cd commit 343de27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ public ConfigureTaskConfirmationPanel(String id) {
}

public ConfigureTaskConfirmationPanel(String id, IModel<String> message) {
super(id);
super(id, message);
}

@Override
Expand Down

0 comments on commit 343de27

Please sign in to comment.