changed default number of items on a page to 24
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
ApiUrl: '@@apiEndpoint',
|
||||
DefaultPageSize: 18,
|
||||
DefaultPageSize: 24,
|
||||
ItemGroupIdOfStartPage: "1",
|
||||
FormatCurrency: function(amount_s) {
|
||||
var amount = parseFloat(amount_s);
|
||||
|
||||
Reference in New Issue
Block a user