Skip to content

Commit

Permalink
feat(ui): bump max recommendations for Platforms (#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Oct 4, 2022
1 parent bea5a07 commit e2c5d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected String getSearchFieldName() {

@Override
protected int getMaxContent() {
return 20;
return 40;
}

@Override
Expand Down

0 comments on commit e2c5d2a

Please sign in to comment.