Skip to content

Commit

Permalink
fix(parameters): use question as lunatic pagination's default
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Oct 24, 2023
1 parent 1e19003 commit d6b55ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void lunaticValues(EnoParameters.Context context, EnoParameters.ModePara
this.setLunaticPaginationMode(
EnoParameters.Context.BUSINESS.equals(context) ?
EnoParameters.LunaticPaginationMode.SEQUENCE :
EnoParameters.LunaticPaginationMode.NONE);
EnoParameters.LunaticPaginationMode.QUESTION);
}

}

0 comments on commit d6b55ea

Please sign in to comment.