bugfix max page size for pagination (#240)

pull/3759/head
Leonel Matos 2020-01-21 14:02:48 -04:00 committed by Yamel Senih
parent fa9667a31e
commit 15fb94fac2
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ export default {
currentTable: 0,
visible: this.getShowContextMenuTable,
searchTable: '', // text from search
defaultMaxPagination: 100,
defaultMaxPagination: 50,
option: supportedTypes,
menuTable: '1',
activeName: this.$route.query.action === 'advancedQuery' ? '1' : '',