Browse Source

Fix issue when adding more than 25 services.

pull/2195/head
Guillermo Azurdia 6 years ago
parent
commit
26f65b3c05
No known key found for this signature in database
GPG Key ID: C820A9EC9B182843
  1. 1
      app/store/Services.js

1
app/store/Services.js

@ -10,6 +10,7 @@ Ext.define('Rambox.store.Services', {
,autoLoad: true
,autoSync: true
,pageSize: 0
,groupField: 'align'
,sorters: [

Loading…
Cancel
Save