Skip to content

Commit

Permalink
Admin search - set result limit to 100 (to utilize limit from settings)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKonopka committed Aug 27, 2018
1 parent 817c7c1 commit 4d1cd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grand.Web/wwwroot/Scripts/admin.search.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Admin.Search = (function () {
}
});
},
limit: 10
limit: 100
});

var navigateTo = function (item) {
Expand Down

0 comments on commit 4d1cd17

Please sign in to comment.