Skip to content

Commit

Permalink
Fixing the intent auto-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 28, 2016
1 parent be97b3a commit 1496deb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ public Iterator<String> getIterator(String input) {
@Override
protected void onUpdate(AjaxRequestTarget target) {
mainForm.addOrReplace(initTable(model));
target.add(addOrReplace(mainForm));
target.add(mainForm);

}
});
Expand Down

0 comments on commit 1496deb

Please sign in to comment.